Build both osx and osx-arm64 versions in a directory called osx.
authorCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 11:04:13 +0000 (12:04 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 7 Jan 2021 12:16:40 +0000 (13:16 +0100)
commit3601ea5bae9247add596e2c6920e80a236803964
treea77ea654724f1d36e68bb7ea0130d87a64186486
parentf2a1573f085e7e822bc8a4a3cc3fbf5eaecbb741
Build both osx and osx-arm64 versions in a directory called osx.

When DCP-o-matic makes its universal binary it assumes that the
path to the arm64 library can be found by replacing x86_64 with
arm64 in the path.  This fails if we build the x86_64 version in
build_osx and the arm64 version in build_osx-arm64.
Makefile
cscript