Commit dff3d77b authored by Isuru Fernando's avatar Isuru Fernando
Browse files

restore host_alias

parent 88d18407
......@@ -302,6 +302,7 @@ function run_command_universal2 {
export FCFLAGS+=" -arch arm64"
export FC=$FC_ARM64
export LDFLAGS+=" -arch arm64 -L$BUILD_PREFIX/lib -Wl,-rpath,$BUILD_PREFIX/lib ${FC_ARM64_LDFLAGS:-}"
export host_alias="aarch64-apple-darwin20.0.0"
$@
export PLAT="$PLAT_BACKUP"
else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment