summaryrefslogtreecommitdiff
path: root/ports/lua
diff options
context:
space:
mode:
authordzwdz2023-02-25 18:31:16 +0100
committerdzwdz2023-02-25 18:31:16 +0100
commit1a1eb66fa0f4e6de6d06d80dae1bdce276fbd294 (patch)
treebd26d19ec1e7f212c6329969054a2f4196338867 /ports/lua
parentfd9214efa47f721e6d08dd2530efbb40b99c3b7b (diff)
ports: move to the new toolchain
Diffstat (limited to 'ports/lua')
-rw-r--r--ports/lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/lua b/ports/lua
index 6517954..46f995f 100644
--- a/ports/lua
+++ b/ports/lua
@@ -14,7 +14,7 @@ prep() {
}
case $1 in
- install) (prep; make generic "CC=cc" "MYCFLAGS=-Werror" && make install "INSTALL_TOP=$PREFIX") ;;
+ install) (prep; make generic "CC=x86_64-camellia-gcc" "MYCFLAGS=-Werror" && make install "INSTALL_TOP=$PREFIX") ;;
clean) (prep; make clean) ;;
*) echo "usage: $0 install|clean"; false ;;
-esac \ No newline at end of file
+esac