summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-03-26 02:18:18 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-03-26 02:18:18 +0100
commit5000908b9b2761854951cea3e7dad90be76ffd59 (patch)
tree41916e03008f919129d498e57db40cc45b3ca915
parent674301d6d6e0728049d130c5281126b12ef4be45 (diff)
We don't want to build the static version of luaiup under Darwin actually.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c37ed6..ded1cbd 100644
--- a/Makefile
+++ b/Makefile
@@ -381,8 +381,10 @@ MODULES_LIST = \
luaiup.$(SHARED_EXT) \
ifeq ($(DISTRIB),Debian)
+ifeq ($(SYSTEM),Linux)
MODULES_LIST += luaiup-static.$(SHARED_EXT)
endif
+endif
ALL_OBJECTS = $(addsuffix .o, $(notdir $(basename $(WHOLE_SOURCES))))
ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(WHOLE_SOURCES))))