fix static ppc OpenTransport libraries

This commit is contained in:
Wolfgang Thaller 2019-08-18 15:29:04 +02:00
parent e5185d23c3
commit 44799e5b5c

View File

@ -225,7 +225,7 @@ function setUpInterfacesAndLibraries()
if [ -d "${PPCLIBRARIES}" ]; then
echo "Copying static PPC libraries"
for obj in "${PPCLIBRARIES}/OpenT*.o" "${PPCLIBRARIES}/CarbonAccessors.o" "${PPCLIBRARIES}/CursorDevicesGlue.o"; do
for obj in "${PPCLIBRARIES}/"OpenT*.o "${PPCLIBRARIES}/CarbonAccessors.o" "${PPCLIBRARIES}/CursorDevicesGlue.o"; do
if [ -r "$obj" ]; then
# copy the library:
cp "$obj" "$PREFIX/powerpc-apple-macos/lib/"