Skip to content

Commit

Permalink
Fix Open RV not launching on macOS Sequoia 15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bernard Laberge <[email protected]>
  • Loading branch information
bernie-laberge committed Dec 13, 2024
1 parent 04c6af9 commit a2178ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/dependencies/gc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ FILE(MAKE_DIRECTORY ${_include_dir})

LIST(APPEND _configure_options "-Denable_parallel_mark=ON")
LIST(APPEND _configure_options "-Denable_cplusplus=ON")
LIST(APPEND _configure_options "-Denable_large_config=yes")
IF(RV_TARGET_WINDOWS)
LIST(APPEND _configure_options "-DCMAKE_USE_WIN32_THREADS_INIT=1")
ELSE()
Expand Down

0 comments on commit a2178ea

Please sign in to comment.