Skip to content

Commit

Permalink
change: -mmacos-version-min=13.0 => 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
netpyoung committed Jun 2, 2022
1 parent 93d292d commit 24a3663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Run Buildscript
run: |
bundle exec rake update_library_macos
echo "# Title 1" >> $GITHUB_STEP_SUMMARY
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ task :update_library_macos do
" -arch #{ARCH}" \
" -target #{TARGET}" \
" -isysroot #{ISYSROOT}" \
" -mmacos-version-min=13.0" \
" -mmacos-version-min=10.12" \
" -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include" \
" -F/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
sh './autogen.sh'
Expand Down

0 comments on commit 24a3663

Please sign in to comment.