Merge pull request #323 from coderamen666/patch-1
Allow compilation on Raspberry Pi OS 32 bit
This commit is contained in:
commit
87653b7bf1
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
@ -527,7 +527,7 @@ def configure(conf):
|
|||
flags += ['-fsigned-char']
|
||||
|
||||
if conf.env.DEST_CPU == 'arm':
|
||||
flags += ['-mfpu=neon-vfpv4']
|
||||
flags += ['-march=armv7-a', '-mfpu=neon-vfpv4']
|
||||
|
||||
if conf.env.DEST_OS == 'freebsd':
|
||||
linkflags += ['-lexecinfo']
|
||||
|
|
Loading…
Reference in a new issue