Removing obsolete artefacts regarding defunct Mac PPC compilation.

This commit is contained in:
Cas Cremers
2021-06-01 13:03:23 +02:00
parent cbbd0f1e69
commit 52fe41d421
2 changed files with 2 additions and 4 deletions

3
dist/build-arch-tag vendored
View File

@@ -106,9 +106,8 @@ then
elif [ $ARCH = "mac" ]
then
# Make for ppc and intel, and combine into universal binary
# Make for intel
BIN="scyther-mac"
cmake $CMFLAGS -D TARGETOS=MacPPC . && make
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
cmake $CMFLAGS . && make scyther-mac
fi