Skip to content

Commit

Permalink
Merge pull request #323 from coderamen666/patch-1
Browse files Browse the repository at this point in the history
Allow compilation on Raspberry Pi OS 32 bit
  • Loading branch information
nillerusr committed Dec 13, 2023
2 parents f402495 + c4f13f0 commit 704b8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 704b8aa

Please sign in to comment.