Use DEVELOPER_DIR instead
This commit is contained in:
parent
e05d0ef426
commit
8a2eb9bfa0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -10,9 +10,6 @@ jobs:
|
|||||||
- name: Check out SDL sources
|
- name: Check out SDL sources
|
||||||
run: |
|
run: |
|
||||||
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
git clone --depth 1 https://github.com/ppy/SDL.git /tmp/SDL
|
||||||
- uses: maxim-lobanov/setup-xcode@v1
|
|
||||||
with:
|
|
||||||
xcode-version: '10.3'
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd /tmp/SDL
|
cd /tmp/SDL
|
||||||
@ -21,6 +18,7 @@ jobs:
|
|||||||
make install
|
make install
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: '10.14'
|
MACOSX_DEPLOYMENT_TARGET: '10.14'
|
||||||
|
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
|
||||||
- name: copy built binary
|
- name: copy built binary
|
||||||
run: cp /usr/local/lib/libSDL2-2.0.0.dylib native/osx-x64/libSDL2.dylib
|
run: cp /usr/local/lib/libSDL2-2.0.0.dylib native/osx-x64/libSDL2.dylib
|
||||||
- name: Create pull request
|
- name: Create pull request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user