Skip to content

Commit

Permalink
include missing headers in xcodebuild SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcm93 committed Nov 8, 2024
1 parent 13bb5dd commit 1af4765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps.macos/sdl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ sdl_install() {
ditto build_temp/SDL/build.xcarchive/dSYMs/libSDL2.dylib.dSYM ares-deps/lib/libSDL2.dylib.dSYM
mkdir -p ares-deps/include/SDL2
ditto build_temp/SDL/build.xcarchive/Products/usr/local/include ares-deps/include/SDL2
ditto build_temp/SDL/include/SDL_metal.h build_temp/SDL/include/SDL_locale.h build_temp/SDL/include/SDL_misc.h ares-deps/include/SDL2
ditto build_temp/SDL/LICENSE.txt ares-deps/licenses/SDL2/LICENSE.txt
}

Expand Down

0 comments on commit 1af4765

Please sign in to comment.