trying to fix macos compilation
This commit is contained in:
parent
cc6951c647
commit
19d217f7ed
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ endif
|
|||
ifeq "$(MACOS)" "true"
|
||||
LIBRARY_EXT = dylib
|
||||
COMPILER_FLAGS += -DOSX -D_OSX -DPOSIX
|
||||
LINKER_FLAGS += -s -dynamiclib -lstdc++ -mmacosx-version-min=10.5 -arch i386
|
||||
LINKER_FLAGS += -dynamiclib -stdlib=libc++ -mmacosx-version-min=10.5 -arch i386
|
||||
else
|
||||
LIBRARY_EXT = so
|
||||
COMPILER_FLAGS += -DLINUX -D_LINUX -DPOSIX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue