Skip to content

Commit

Permalink
Apply fix for CI/CD, will investigate later.
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Apr 13, 2024
1 parent a6584ee commit 7c518bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/build_macos_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ popd
echo "-- Build SDL2_ttf (Universal)"
pushd $MACOS__SDL3_TTF__FOLDER
sh ./external/download.sh

# On CI this does not get automatically built. Why?
# We're already building SDL3, is that really needed? Better to patch SDL3_ttf?
xcodebuild ONLY_ACTIVE_ARCH=NO MACOSX_DEPLOYMENT_TARGET=10.13 \
-project external/SDL/Xcode/SDL/SDL.xcodeproj -target SDL3 -configuration Release \
GCC_PREPROCESSOR_DEFINITIONS='$(GCC_PREPROCESSOR_DEFINITIONS) SDL_VIDEO_OPENGL=0'

xcodebuild ONLY_ACTIVE_ARCH=NO MACOSX_DEPLOYMENT_TARGET=10.13 \
-project Xcode/SDL_ttf.xcodeproj -target SDL3_ttf -configuration Release \
GCC_PREPROCESSOR_DEFINITIONS='$(GCC_PREPROCESSOR_DEFINITIONS) FT_CONFIG_OPTION_USE_PNG=1' \
Expand Down

0 comments on commit 7c518bd

Please sign in to comment.