aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74aea05..39097f3 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ build-source:
@mkdir -p build
@cd build/ && cmake .. \
-G Ninja \
- -DNULL_LUA_PREFIX="${LUA_PREFIX}" \
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
&& cmake --build . -j10