File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Geode Changelog
22
3+ ## v4.6.3
4+ * Fix Windows crashlogs not appearing (for real this time) (02cee65)
5+
36## v4.6.2
47 * Fix Windows crashlogs not appearing (02cee65)
58 * Unzip JIT-less iOS binaries separately from the .geode file (85fe11f)
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ if (WIN32)
221221 # add_compile_definitions(_HAS_ITERATOR_DEBUGGING=0)
222222 add_definitions (-D_HAS_ITERATOR_DEBUGGING=0)
223223 target_compile_definitions (${PROJECT_NAME} INTERFACE _HAS_ITERATOR_DEBUGGING=0)
224-
224+
225225 target_link_libraries (${PROJECT_NAME} INTERFACE delayimp ws2_32)
226226 if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND
227227 CMAKE_CXX_COMPILER_FRONTEND_VARIANT STREQUAL "GNU" )
@@ -283,7 +283,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
283283 message (STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook" )
284284 add_subdirectory (${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH} /build )
285285else ()
286- CPMAddPackage(
"gh:geode-sdk/[email protected] .2 " )
286+ CPMAddPackage(
"gh:geode-sdk/[email protected] .3 " )
287287endif ()
288288set (CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)
289289
Original file line number Diff line number Diff line change 1- 4.6.2
1+ 4.6.3
You can’t perform that action at this time.
0 commit comments