From 63aadd1715e883d7513715e8293f99feb2a97eaf Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 12:27:11 +0000 Subject: [PATCH] Mac update. --- mac_post_make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac_post_make.sh b/mac_post_make.sh index 001319f4..e6e50217 100755 --- a/mac_post_make.sh +++ b/mac_post_make.sh @@ -37,7 +37,7 @@ cp -R $SDL_FW_PATH/SDL_mixer.framework $BINARY_FW_PATH if [ "$1" != "--without-qt" ] ; then cp $QT_PLUGIN_PATH/imageformats/libqgif.dylib $BINARY_PLUGIN_PATH/imageformats cp $QT_PLUGIN_PATH/imageformats/libqjpeg.dylib $BINARY_PLUGIN_PATH/imageformats - cp $QT_PLUGIN_PATH/sqldrivers/libqsqlite.dylib $BINARY_PLUGIN_PATH/sqldrivers + cp $QT_PLUGIN_PATH/sqldrivers/libqsqlite.dylib $BINARY_PLUGIN_PATH/sqldrivers cp -R $QT_FW_PATH/QtCore.framework $BINARY_FW_PATH cp -R $QT_FW_PATH/QtGui.framework $BINARY_FW_PATH cp -R $QT_FW_PATH/QtSql.framework $BINARY_FW_PATH