Next attempt at getting shared libs to build properly
git-svn-id: svn://10.0.0.236/trunk@8122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
######################################################################
|
||||
|
||||
Reference in New Issue
Block a user