File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1010
1111 - name : Setup
1212 run : |
13- brew search box2d
14- brew tap homebrew/boneyard
15- brew versions box2d
16- cd $(brew --prefix)
17- #git checkout 6b8d25f Library/Formula/box2d.rb
18- brew install lua box2d sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
13+ brew install lua sdl2 sdl2_image sdl2_mixer sdl2_net sqlite zlib yajl upx
14+ brew install https://raw.githubusercontent.com/Homebrew/homebrew-boneyard/master/box2d.rb
1915
2016 - name : Build
2117 run : |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if (GRADLE)
2323 set (ANDROID_TOOL_FLAGS "${ANDROID_TOOL_FLAGS} -g" )
2424endif ()
2525
26- set (ANDROID_SDK_TOOL "${ANDROID_SDK_ROOT} /tools/android ${ANDROID_SDK_TOOL_EXT} " )
26+ set (ANDROID_SDK_TOOL "${ANDROID_SDK_ROOT} /tools/bin/sdkmanager ${ANDROID_SDK_TOOL_EXT} " )
2727
2828if (NOT CMAKE_ANDROID_NDK)
2929 message (FATAL_ERROR "ANDROID_NDK environment variable is not set" )
You can’t perform that action at this time.
0 commit comments