Skip to content

Commit dedf1eb

Browse files
committed
update tuliphook and bump to v4.6.3
1 parent 78f155c commit dedf1eb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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)

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
285285
else()
286-
CPMAddPackage("gh:geode-sdk/[email protected].2")
286+
CPMAddPackage("gh:geode-sdk/[email protected].3")
287287
endif()
288288
set(CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)
289289

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.2
1+
4.6.3

0 commit comments

Comments
 (0)