fix mac build

This commit is contained in:
Alexander Frick 2023-10-10 06:17:03 -05:00
parent ba52557599
commit b8c4a557c1
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ config("compiler") {
ldflags = [ "-Wl,-O3", ] + common_mac_flags
if (current_cpu == "arm64") {
cflags += [ "-march=armv8.3-a+simd", "-mfloat-abi=hard", "-mfpu=neon" ]
ldflags += [ "-march=armv8.3-a+simd" ]
cflags += [ "-march=armv8.3-a+simd", ]
ldflags += [ "-march=armv8.3-a+simd", ]
}
if (current_cpu == "x64") {