diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-03-26 02:18:18 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2010-03-26 02:18:18 +0100 |
commit | 5000908b9b2761854951cea3e7dad90be76ffd59 (patch) | |
tree | 41916e03008f919129d498e57db40cc45b3ca915 /Makefile | |
parent | 674301d6d6e0728049d130c5281126b12ef4be45 (diff) |
We don't want to build the static version of luaiup under Darwin actually.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)))) |