mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Correct the path to the cakebuild.csproj.
This commit is contained in:
parent
c09346080f
commit
9708634232
2
build.sh
2
build.sh
@ -12,7 +12,7 @@ TOOLS_DIR=$SCRIPT_DIR/tools
|
|||||||
CAKE_BINARY_PATH=$TOOLS_DIR/"cake.coreclr"
|
CAKE_BINARY_PATH=$TOOLS_DIR/"cake.coreclr"
|
||||||
|
|
||||||
SCRIPT="build.cake"
|
SCRIPT="build.cake"
|
||||||
CAKE_CSPROJ=$TOOLS_DIR/"cakebuild.csproj"
|
CAKE_CSPROJ=$SCRIPT_DIR/"cakebuild.csproj"
|
||||||
|
|
||||||
# Parse arguments.
|
# Parse arguments.
|
||||||
CAKE_ARGUMENTS=()
|
CAKE_ARGUMENTS=()
|
||||||
|
Loading…
Reference in New Issue
Block a user