Skip to content

Commit

Permalink
small test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKirmaier committed Dec 5, 2024
1 parent be69ce0 commit cf2f562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/mac.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ def commonParams = [
"-mmacosx-version-min=$MACOSX_MIN_VERSION",
"-isysroot", "$MACOSX_SDK_PATH",
"-iframework$MACOSX_SDK_PATH/System/Library/Frameworks",
"-Wno-int-conversion",
"-arch", "$TARGET_ARCH"]

if (hasProperty('TARGET_ARCH')) {
Expand Down

0 comments on commit cf2f562

Please sign in to comment.