mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
fix static ppc OpenTransport libraries
This commit is contained in:
parent
e5185d23c3
commit
44799e5b5c
@ -225,7 +225,7 @@ function setUpInterfacesAndLibraries()
|
|||||||
|
|
||||||
if [ -d "${PPCLIBRARIES}" ]; then
|
if [ -d "${PPCLIBRARIES}" ]; then
|
||||||
echo "Copying static PPC libraries"
|
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
|
if [ -r "$obj" ]; then
|
||||||
# copy the library:
|
# copy the library:
|
||||||
cp "$obj" "$PREFIX/powerpc-apple-macos/lib/"
|
cp "$obj" "$PREFIX/powerpc-apple-macos/lib/"
|
||||||
|
Loading…
Reference in New Issue
Block a user