Removing obsolete artefacts regarding defunct Mac PPC compilation.
This commit is contained in:
parent
cbbd0f1e69
commit
52fe41d421
3
dist/build-arch-tag
vendored
3
dist/build-arch-tag
vendored
@ -106,9 +106,8 @@ then
|
|||||||
|
|
||||||
elif [ $ARCH = "mac" ]
|
elif [ $ARCH = "mac" ]
|
||||||
then
|
then
|
||||||
# Make for ppc and intel, and combine into universal binary
|
# Make for intel
|
||||||
BIN="scyther-mac"
|
BIN="scyther-mac"
|
||||||
cmake $CMFLAGS -D TARGETOS=MacPPC . && make
|
|
||||||
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
|
cmake $CMFLAGS -D TARGETOS=MacIntel . && make
|
||||||
cmake $CMFLAGS . && make scyther-mac
|
cmake $CMFLAGS . && make scyther-mac
|
||||||
fi
|
fi
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
#
|
#
|
||||||
# Win32
|
# Win32
|
||||||
# Unix
|
# Unix
|
||||||
# MacPPC
|
|
||||||
# MacIntel
|
# MacIntel
|
||||||
|
|
||||||
# First we find out the current operating system
|
# First we find out the current operating system
|
||||||
@ -20,7 +19,7 @@ else (WIN32)
|
|||||||
# Not windows, is it a mac?
|
# Not windows, is it a mac?
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
# TODO: A mac, but what architecture?
|
# TODO: A mac, but what architecture?
|
||||||
# For now we assume intel (Christoph Sprenger's machine)
|
# For now we assume intel
|
||||||
set (Source_OS "MacIntel")
|
set (Source_OS "MacIntel")
|
||||||
else (APPLE)
|
else (APPLE)
|
||||||
# Not a mac, not windows
|
# Not a mac, not windows
|
||||||
|
Loading…
Reference in New Issue
Block a user