slightly different compiler flags with Raspberry Pi ARM64

This commit is contained in:
Josh Tynjala
2023-03-01 15:55:55 -08:00
parent f9b52b7e91
commit 55ca39da44
4 changed files with 8 additions and 6 deletions

View File

@@ -99,7 +99,7 @@
<compilerflag value="-msse2" unless="rpi" />
<compilerflag value="-msse3" unless="rpi" />
<compilerflag value="-mssse3" unless="rpi" />
<compilerflag value="-mfpu=neon" if="rpi" />
<compilerflag value="-mfpu=neon" if="rpi" unless="HXCPP_ARM64" />
<compilerflag value="-fcommon" />
<file name="${NATIVE_TOOLKIT_PATH}/openal/alc/backends/alsa.cpp" />