aboutsummaryrefslogtreecommitdiff
path: root/Lua/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/Makefile')
-rw-r--r--Lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lua/Makefile b/Lua/Makefile
index fc1ba14..3c9a745 100644
--- a/Lua/Makefile
+++ b/Lua/Makefile
@@ -26,9 +26,9 @@ O=-O3
ALL_FLAGS=$(CFLAGS) $(OSFLAGS) $(INCS) $(EXTRA) $(CWARN) $(G) $(O)
ifeq ($(shell uname -s),Darwin)
- MAKESO= $(CC) -bundle -undefined dynamic_lookup
+ MAKESO= $(CC) -bundle -undefined dynamic_lookup $(CFLAGS) $(OSFLAGS) $(EXTRA) $(CWARN) $(G) $(O)
else
- MAKESO= $(CC) -shared
+ MAKESO= $(CC) -shared $(CFLAGS) $(OSFLAGS) $(EXTRA) $(CWARN) $(G) $(O)
endif
all: bp.so