diff --git a/goldendict.pro b/goldendict.pro index 9ba9e69f..5e932fd4 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -229,14 +229,14 @@ mac { CONFIG += zim_support !CONFIG( no_chinese_conversion_support ) { CONFIG += chinese_conversion_support - CONFIG( x86_64 ) { - QMAKE_POST_LINK += & mkdir -p GoldenDict.app/Contents/MacOS/opencc & \ - cp -R $${PWD}/opencc/x64/*.json GoldenDict.app/Contents/MacOS/opencc/ & \ - cp -R $${PWD}/opencc/x64/*.ocd GoldenDict.app/Contents/MacOS/opencc/ - } else { + CONFIG( x86 ) { QMAKE_POST_LINK += & mkdir -p GoldenDict.app/Contents/MacOS/opencc & \ cp -R $${PWD}/opencc/*.json GoldenDict.app/Contents/MacOS/opencc/ & \ cp -R $${PWD}/opencc/*.ocd GoldenDict.app/Contents/MacOS/opencc/ + } else { + QMAKE_POST_LINK += & mkdir -p GoldenDict.app/Contents/MacOS/opencc & \ + cp -R $${PWD}/opencc/x64/*.json GoldenDict.app/Contents/MacOS/opencc/ & \ + cp -R $${PWD}/opencc/x64/*.ocd GoldenDict.app/Contents/MacOS/opencc/ } } }