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 1
1
# Geode Changelog
2
2
3
+ ## v4.6.3
4
+ * Fix Windows crashlogs not appearing (for real this time) (02cee65)
5
+
3
6
## v4.6.2
4
7
* Fix Windows crashlogs not appearing (02cee65)
5
8
* 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)
221
221
# add_compile_definitions(_HAS_ITERATOR_DEBUGGING=0)
222
222
add_definitions (-D_HAS_ITERATOR_DEBUGGING=0 )
223
223
target_compile_definitions (${PROJECT_NAME} INTERFACE _HAS_ITERATOR_DEBUGGING=0 )
224
-
224
+
225
225
target_link_libraries (${PROJECT_NAME} INTERFACE delayimp ws2_32 )
226
226
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND
227
227
CMAKE_CXX_COMPILER_FRONTEND_VARIANT STREQUAL "GNU" )
@@ -283,7 +283,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
283
283
message (STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook" )
284
284
add_subdirectory (${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH} /build )
285
285
else ()
286
- CPMAddPackage (
"gh:geode-sdk/[email protected] .2 " )
286
+ CPMAddPackage (
"gh:geode-sdk/[email protected] .3 " )
287
287
endif ()
288
288
set (CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE )
289
289
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