Skip to content

Commit

Permalink
Test SDK release test 17
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 23, 2024
1 parent d69a4a2 commit 2fdfd33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_Android-${{ matrix.arch }}.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v17/FreeOrionSDK_17_Android-${{ matrix.arch }}.zip
target: ../
- uses: nttld/setup-ndk@v1
id: setup-ndk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows-msvs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v17/FreeOrionSDK_17_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: download-sdk
uses: suisei-cn/[email protected]
with:
url: https://github.com/o01eg/freeorion-sdk/releases/download/v16/FreeOrionSDK_16_MSVC-v143-Win32.zip
url: https://github.com/o01eg/freeorion-sdk/releases/download/v17/FreeOrionSDK_17_MSVC-v143-Win32.zip
target: ../
- name: Add msbuild to PATH
uses: microsoft/[email protected]
Expand Down
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ else()
endif()

if(APPLE)
set(FreeOrionSDK_VERSION 16)
set(FreeOrionSDK_VERSION 17)
set(FreeOrionSDK_FILE "FreeOrionSDK_${FreeOrionSDK_VERSION}_Clang-MacOSX-10.15-x86_64.tar.bz2")
if(NOT EXISTS "${CMAKE_BINARY_DIR}/${FreeOrionSDK_FILE}")
file(DOWNLOAD
Expand Down Expand Up @@ -849,6 +849,8 @@ if(APPLE AND BUILD_CLIENT_GG)
${CMAKE_COMMAND} -E copy_if_different "${Boost_SYSTEM_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
${CMAKE_COMMAND} -E copy_if_different "${Boost_THREAD_LIBRARY}" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
${CMAKE_COMMAND} -E copy_if_different "$<TARGET_FILE:SDL::SDL>" "$<TARGET_FILE_DIR:freeorion>/../SharedSupport"
COMMAND
${CMAKE_COMMAND} -E remove_directory "$<TARGET_FILE_DIR:freeorion>/../SharedSupport/lib/python${Python3_VERSION_MAJOR}.${Python3_VERSION_MINOR}"
COMMAND
Expand Down

0 comments on commit 2fdfd33

Please sign in to comment.