mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-03 01:33:45 +00:00
restore windows latest; try upping build version
This commit is contained in:
parent
8649affd17
commit
6f21fc8e45
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
|||||||
shell: "bash"
|
shell: "bash"
|
||||||
- os: "macos-12"
|
- os: "macos-12"
|
||||||
shell: "bash"
|
shell: "bash"
|
||||||
- os: "windows-2019"
|
- os: "windows-latest"
|
||||||
shell: "msys2 {0}"
|
shell: "msys2 {0}"
|
||||||
|
|
||||||
runs-on: "${{ matrix.os }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
|
@ -187,7 +187,7 @@ target_compile_definitions(${APP_NAME} PRIVATE
|
|||||||
BOOST_THREAD_DYN_LINK
|
BOOST_THREAD_DYN_LINK
|
||||||
BOOST_ALL_NO_LIB
|
BOOST_ALL_NO_LIB
|
||||||
BOOST_LIB_DIAGNOSTIC
|
BOOST_LIB_DIAGNOSTIC
|
||||||
BOOST_USE_WINAPI_VERSION=0x0602)
|
BOOST_USE_WINAPI_VERSION=0x0A00)
|
||||||
target_link_libraries(${APP_NAME} PRIVATE ${Boost_LIBRARIES})
|
target_link_libraries(${APP_NAME} PRIVATE ${Boost_LIBRARIES})
|
||||||
|
|
||||||
find_package(wxWidgets REQUIRED COMPONENTS base core xrc qa)
|
find_package(wxWidgets REQUIRED COMPONENTS base core xrc qa)
|
||||||
|
Loading…
Reference in New Issue
Block a user