diff options
Diffstat (limited to 'Ports/stpuzzles/package.sh')
-rwxr-xr-x | Ports/stpuzzles/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/stpuzzles/package.sh b/Ports/stpuzzles/package.sh index 624e533653..6b9d5a509e 100755 --- a/Ports/stpuzzles/package.sh +++ b/Ports/stpuzzles/package.sh @@ -3,7 +3,7 @@ port=SimonTathamsPuzzles useconfigure=true version=git workdir=stpuzzles-main -configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt" +configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" files="https://github.com/SerenityPorts/stpuzzles/archive/refs/heads/main.zip stpuzzles.zip" configure() { |