commit 7cacafa
hovercats
·
2024-11-06 11:08:16 +0000 UTC
parent c5ef02b
lua5.1: respect users compiler flags with pdpmake
1 files changed,
+2,
-2
+2,
-2
1@@ -1,8 +1,8 @@
2 #!/bin/sh -e
3
4 make \
5- MYCFLAGS="$CFLAGS -fPIC" \
6- MYLDFLAGS="$LDFLAGS -static" \
7+ CFLAGS="$CFLAGS -fPIC" \
8+ LDFLAGS="$LDFLAGS -static" \
9 posix
10
11 sed "s/install -p/install/" Makefile > _