1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Ugh. Rebuild 64-bit Linux libs with -fPIC.

This commit is contained in:
Scott Ehlert 2017-09-15 04:13:25 -05:00
parent f25a6ecfd5
commit ecfdb625fb
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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