From c16dc29844747f1f04b30cfce3d8badecd07bdbe Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 17 Apr 2020 20:26:40 +1000 Subject: Update Python versions for files that may involve PySide on Linux which requires Python 2 still. On Windows, Python3 is used. --- cocoa/checkbuildosx.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cocoa') diff --git a/cocoa/checkbuildosx.sh b/cocoa/checkbuildosx.sh index bdc6054f2..6dc063bc2 100755 --- a/cocoa/checkbuildosx.sh +++ b/cocoa/checkbuildosx.sh @@ -20,7 +20,7 @@ cd ../../.. # which can cause double build echo Building Cocoa-native ScintillaFramework and ScintillaTest -for sdk in macosx10.9 macosx10.8 macosx10.7 macosx10.6 macosx10.5 +for sdk in macosx10.15 macosx10.14 do xcodebuild -showsdks | grep $sdk if [ "$(xcodebuild -showsdks | grep $sdk)" != "" ] @@ -54,13 +54,13 @@ xcodebuild cd .. cd ScintillaEdit -python WidgetGen.py +python3 WidgetGen.py qmake -spec macx-xcode xcodebuild clean xcodebuild cd .. cd ScintillaEditPy -python sepbuild.py +python2 sepbuild.py cd .. cd ../.. -- cgit v1.2.3