fix #17913 build_all.sh on M1 mac (#17917); temporary workaround

This commit is contained in:
Timothee Cour
2021-05-03 01:41:53 -07:00
committed by GitHub
parent 287f1170ba
commit fff5001f4c

View File

@@ -95,6 +95,8 @@ nimBuildCsourcesIfNeeded(){
_nimBuildCsourcesIfNeeded "$@"
fi
echo_run rm -f bin/nim
# fixes bug #17913, but it's unclear why it's needed, maybe specific to MacOS Big Sur 11.3 on M1 arch?
echo_run cp $nim_csources bin/nim
echo_run $nim_csources -v
)