mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-04 00:23:25 +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
|
# the CPU target for the build, must be i486 for now
|
||||||
ARCH = x86_64
|
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"
|
ifeq "$(OS)" "Darwin"
|
||||||
DEFINES = -D_OSX -DOSX -D_DLL_EXT=.dylib
|
DEFINES = -D_OSX -DOSX -D_DLL_EXT=.dylib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user