Browse Source

Allow compilation on Raspberry Pi OS 32 bit

pull/323/head
coderamen 7 months ago committed by GitHub
parent
commit
c4f13f04a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wscript

2
wscript

@ -527,7 +527,7 @@ def configure(conf): @@ -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…
Cancel
Save