mirror of
https://github.com/mborgerson/xemu.git
synced 2026-08-18 11:20:07 +00:00
build: Drop -march=ivybridge override for macOS
This commit is contained in:
3
build.sh
3
build.sh
@ -227,9 +227,6 @@ case "$platform" in # Adjust compilation options based on platform
|
||||
export LDFLAGS="${LDFLAGS} \
|
||||
-arch ${target_arch} \
|
||||
-isysroot ${sdk}"
|
||||
if [ "$target_arch" == "x86_64" ]; then
|
||||
sys_cflags='-march=ivybridge'
|
||||
fi
|
||||
sys_ldflags='-headerpad_max_install_names'
|
||||
export PKG_CONFIG_LIBDIR="${lib_prefix}/lib/pkgconfig"
|
||||
opts="$opts --disable-cocoa --cross-prefix="
|
||||
|
||||
Reference in New Issue
Block a user