mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
Merge pull request #323 from coderamen666/patch-1
Allow compilation on Raspberry Pi OS 32 bit
This commit is contained in:
commit
704b8aa98e
2
wscript
2
wscript
@ -527,7 +527,7 @@ def configure(conf):
|
|||||||
flags += ['-fsigned-char']
|
flags += ['-fsigned-char']
|
||||||
|
|
||||||
if conf.env.DEST_CPU == 'arm':
|
if conf.env.DEST_CPU == 'arm':
|
||||||
flags += ['-mfpu=neon-vfpv4']
|
flags += ['-march=armv7-a', '-mfpu=neon-vfpv4']
|
||||||
|
|
||||||
if conf.env.DEST_OS == 'freebsd':
|
if conf.env.DEST_OS == 'freebsd':
|
||||||
linkflags += ['-lexecinfo']
|
linkflags += ['-lexecinfo']
|
||||||
|
Loading…
Reference in New Issue
Block a user