Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Update Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed May 21, 2017
1 parent 77003eb commit f96a25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dlls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ OSLIB = dylib
endif
ifneq (, $(findstring x86_64, $(SYS)))
CFLAGS += -m32
LDFLAGS += -m32
endif

LDFLAGS += -shared -static-libgcc -static-libstdc++ -Wl,--no-undefined -Wl,--gc-sections -Wl,--strip-all
Expand Down
1 change: 1 addition & 0 deletions dlls/Makefile.travis
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ LDFLAGS += -static-libstdc++
endif
ifneq (, $(findstring x86_64, $(SYS)))
CFLAGS += -m32
LDFLAGS += -m32
endif

LDFLAGS += -shared
Expand Down

0 comments on commit f96a25e

Please sign in to comment.