summaryrefslogtreecommitdiff
path: root/Ports/libuv
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/libuv')
-rwxr-xr-xPorts/libuv/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/libuv/package.sh b/Ports/libuv/package.sh
index e2114e1fa1..617c9abde8 100755
--- a/Ports/libuv/package.sh
+++ b/Ports/libuv/package.sh
@@ -4,7 +4,7 @@ version=b12699b1efabfd241324f4ab6cfd6ce576db491e
useconfigure=true
files="https://github.com/libuv/libuv/archive/$version.tar.gz $port-$version.tar.gz bbbfa2bb50437047efc8fb29c243c914ae0de94107d7cc641c2f84e292904eb5"
auth_type=sha256
-configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt -GNinja"
+configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt -GNinja"
configure() {
run cmake $configopts .