Use DEVELOPER_DIR instead

This commit is contained in:
Dean Herbert 2021-04-02 15:19:06 +09:00
parent e05d0ef426
commit 8a2eb9bfa0

View file

@ -10,9 +10,6 @@ jobs:
- name: Check out SDL sources
run: |
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
run: |
cd /tmp/SDL
@ -21,6 +18,7 @@ jobs:
make install
env:
MACOSX_DEPLOYMENT_TARGET: '10.14'
DEVELOPER_DIR: /Applications/Xcode_10.3.app/Contents/Developer
- name: copy built binary
run: cp /usr/local/lib/libSDL2-2.0.0.dylib native/osx-x64/libSDL2.dylib
- name: Create pull request