aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-17 20:26:40 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-17 20:26:40 +1000
commitc16dc29844747f1f04b30cfce3d8badecd07bdbe (patch)
treec91d195658505bc682d9fe3dd8c98f2e62d05048 /cocoa
parentdf5f7a0c831a77b4c981e168a5dbbdcaaa4d90b9 (diff)
downloadscintilla-mirror-c16dc29844747f1f04b30cfce3d8badecd07bdbe.tar.gz
Update Python versions for files that may involve PySide on Linux which requires
Python 2 still. On Windows, Python3 is used.
Diffstat (limited to 'cocoa')
-rwxr-xr-xcocoa/checkbuildosx.sh6
1 files changed, 3 insertions, 3 deletions
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 ../..