mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Next attempt at getting shared libs to build properly
This commit is contained in:
parent
28d477a5f4
commit
399731346a
@ -80,7 +80,7 @@ PERL = /usr/bin/perl
|
||||
RANLIB = ranlib
|
||||
|
||||
# Comment out MKSHLIB to build only static libraries.
|
||||
MKSHLIB = $(CC) -arch $(CPU_ARCH) -dynamiclib -compatibility_version 1 -current_version 1 -all_load
|
||||
MKSHLIB = $(CC) -arch $(CPU_ARCH) -dynamiclib -compatibility_version 1 -current_version 1 -all_load -undefined suppress
|
||||
DLL_SUFFIX = dylib
|
||||
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user