Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Nov 14, 2023
1 parent 4fd8050 commit a6cb9e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,25 @@ jobs:
- name: install boost
run: |
brew install boost-build boost
echo "using darwin : ios_sim : clang++ : <target-os>iphone
<compileflags>-Wno-deprecated-declarations
echo "using darwin : ios_sim : clang++ : <compileflags>-Wno-deprecated-declarations
<compileflags>\"-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk\"
<compileflags>-mios-simulator-version-min=7
<compileflags>-fobjc-abi-version=2
<linkflags>\"-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk\"
<linkflags>-mios-simulator-version-min=7
<linkflags>-fobjc-abi-version=2 ;" >>~/user-config.jam;
<linkflags>-fobjc-abi-version=2
: <target-os>iphone ;" >>~/user-config.jam;
echo "using darwin : ios : clang++ : <target-os>iphone
<compileflags>-Wno-deprecated-declarations
echo "using darwin : ios : clang++ : <compileflags>-Wno-deprecated-declarations
<compileflags>\"-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk\"
<compileflags>-mios-version-min=7
<compileflags>\"-arch armv7\"
<compileflags>-fobjc-abi-version=2
<linkflags>\"-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk\"
<linkflags>-mios-version-min=7
<linkflags>\"-arch armv7\"
<linkflags>-fobjc-abi-version=2 ;" >>~/user-config.jam;
<linkflags>-fobjc-abi-version=2
: <target-os>iphone ;" >>~/user-config.jam;
- name: build library
run: |
Expand Down

0 comments on commit a6cb9e0

Please sign in to comment.