mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
Ugh. Rebuild 64-bit Linux libs with -fPIC.
This commit is contained in:
parent
f25a6ecfd5
commit
ecfdb625fb
Binary file not shown.
Binary file not shown.
@ -87,7 +87,7 @@ endif
|
||||
|
||||
# the CPU target for the build, must be i486 for now
|
||||
ARCH = x86_64
|
||||
ARCH_CFLAGS = -mtune=generic -march=core2 -mmmx -msse -msse2 -std=gnu++11
|
||||
ARCH_CFLAGS = -mtune=generic -march=core2 -mmmx -msse -msse2 -std=gnu++11 -fPIC
|
||||
|
||||
ifeq "$(OS)" "Darwin"
|
||||
DEFINES = -D_OSX -DOSX -D_DLL_EXT=.dylib
|
||||
|
Loading…
Reference in New Issue
Block a user