From e45e0eeb477629bd877e1837724e121f0c11b9ca Mon Sep 17 00:00:00 2001 From: Panagiotis Vasilopoulos Date: Tue, 20 Apr 2021 03:51:04 +0300 Subject: Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR --- Ports/cmake/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ports/cmake') diff --git a/Ports/cmake/package.sh b/Ports/cmake/package.sh index 3e6763649d..499205dde1 100755 --- a/Ports/cmake/package.sh +++ b/Ports/cmake/package.sh @@ -5,7 +5,7 @@ useconfigure=true files="https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz cmake-$version.tar.gz 2a71f16c61bac5402004066d193fc14e" auth_type=md5 depends="bash gcc make sed ncurses" -configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt" +configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt" configure() { run cmake $configopts . -- cgit v1.2.3