File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,15 +20,14 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@v6
2222
23- - name : Get XPlane SDK + xplib + AutoDGS
23+ - name : Get XPlane SDK + xplib
2424 shell : bash
2525 run : |
2626 SDK_VERSION=411
2727 curl -L "https://developer.x-plane.com/wp-content/plugins/code-sample-generation/sdk_zip_files/XPSDK${SDK_VERSION}.zip" -o "XPSDK${SDK_VERSION}.zip"
2828 unzip XPSDK${SDK_VERSION}.zip
2929 mv SDK ../
3030 git clone https://github.com/hotbso/xplib.git ../xplib
31- git clone https://github.com/hotbso/AutoDGS.git ../AutoDGS
3231
3332 - uses : melusina-org/setup-macports@v1
3433 if : startsWith(matrix.os, 'macos')
@@ -78,15 +77,14 @@ jobs:
7877
7978 - uses : actions/checkout@v6
8079
81- - name : Get XPlane SDK + xplib + AutoDGS
80+ - name : Get XPlane SDK + xplib
8281 shell : bash
8382 run : |
8483 SDK_VERSION=411
8584 curl -L "https://developer.x-plane.com/wp-content/plugins/code-sample-generation/sdk_zip_files/XPSDK${SDK_VERSION}.zip" -o "XPSDK${SDK_VERSION}.zip"
8685 unzip XPSDK${SDK_VERSION}.zip
8786 mv SDK ../
8887 git clone https://github.com/hotbso/xplib.git ../xplib
89- git clone https://github.com/hotbso/AutoDGS.git ../AutoDGS
9088
9189 - name : Build Windows binaries
9290 shell : msys2 {0}
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ OBJECTS_x86=$(OBJECTS_arm:.o_arm=.o_x86)
1515# if we run this script on Linux it's osxcross
1616UNAME_S := $(shell uname -s)
1717ifeq ($(UNAME_S),Darwin)
18- CCx=clang -target x86_64-apple-macos13
19- CCa=clang -target arm64-apple-macos13
18+ CCx=clang -target x86_64-apple-macos14
19+ CCa=clang -target arm64-apple-macos14
2020
21- CXXx=clang++ -target x86_64-apple-macos13
22- CXXa=clang++ -target arm64-apple-macos13
21+ CXXx=clang++ -target x86_64-apple-macos14
22+ CXXa=clang++ -target arm64-apple-macos14
2323 LIBEXPAT=/opt/local/lib/libexpat.a
2424else
2525 PATH:=/osxcross/target/bin:$(PATH)
You can’t perform that action at this time.
0 commit comments