mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:45:28 +00:00
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue