summaryrefslogtreecommitdiff
path: root/Ports/c-ray
diff options
context:
space:
mode:
authorPanagiotis Vasilopoulos <hello@alwayslivid.com>2021-04-20 03:51:04 +0300
committerLinus Groh <mail@linusgroh.de>2021-04-20 15:27:52 +0200
commite45e0eeb477629bd877e1837724e121f0c11b9ca (patch)
tree7ea93a0d751e72fce33291cc0c96204bc14b4064 /Ports/c-ray
parent3f5c934ea61999d2a946daac1fd8c672da33d87a (diff)
downloadserenity-e45e0eeb477629bd877e1837724e121f0c11b9ca.zip
Everywhere: Replace SERENITY_ROOT with SERENITY_SOURCE_DIR
Diffstat (limited to 'Ports/c-ray')
-rwxr-xr-xPorts/c-ray/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/c-ray/package.sh b/Ports/c-ray/package.sh
index 27a68f9bd8..7a93152bea 100755
--- a/Ports/c-ray/package.sh
+++ b/Ports/c-ray/package.sh
@@ -4,7 +4,7 @@ version=c094d64570c30c70f4003e9428d31a2a0d9d3d41
useconfigure=true
files="https://github.com/vkoskiv/c-ray/archive/${version}.tar.gz ${version}.tar.gz b83e3c6a1462486257dfe38d309b47c2"
auth_type=md5
-configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
+configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_SOURCE_DIR/Toolchain/CMake/CMakeToolchain.txt"
depends="SDL2"
workdir="${port}-${version}"