mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix Linux x64 libpcre.a linkage failure (#1320)
This commit is contained in:
parent
c52edbd863
commit
a0d06b3209
@ -19,6 +19,6 @@ For x86 or x86_64 add -m32 or -m64 to `CFLAGS`
|
||||
## Linux
|
||||
For x86 or x86_64 add -m32 or -m64 to `CFLAGS`
|
||||
|
||||
`export CFLAGS='-Wa,-mrelax-reloactions=no'`
|
||||
`export CFLAGS='-Wa,-mrelax-relocations=no -fPIC'`
|
||||
|
||||
`./configure --enable-unicode-properties --enable-jit --disable-shared --enable-utf && make`
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user