mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Fixed bundle linking on mingw
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20885 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e6e4a99cb
commit
298613a710
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,7 @@ OBJ_MERGE_CMD = \
|
|||
|
||||
HAVE_BUNDLES = yes
|
||||
BUNDLE_LD = $(CC)
|
||||
BUNDLE_LDFLAGS += -nodefaultlibs -Xlinker -r
|
||||
BUNDLE_LDFLAGS += -shared
|
||||
endif
|
||||
|
||||
# end Mingw32
|
||||
|
|
Loading…
Reference in a new issue