diff options
author | dzwdz | 2023-02-25 18:31:16 +0100 |
---|---|---|
committer | dzwdz | 2023-02-25 18:31:16 +0100 |
commit | 1a1eb66fa0f4e6de6d06d80dae1bdce276fbd294 (patch) | |
tree | bd26d19ec1e7f212c6329969054a2f4196338867 /ports/lua | |
parent | fd9214efa47f721e6d08dd2530efbb40b99c3b7b (diff) |
ports: move to the new toolchain
Diffstat (limited to 'ports/lua')
-rw-r--r-- | ports/lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |