mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
fix windows build
This commit is contained in:
parent
8f5559f531
commit
803bfadf2a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ set_target_properties(Updater PROPERTIES
|
|||
target_link_libraries(Updater PUBLIC ghc_filesystem)
|
||||
|
||||
if (MSVC)
|
||||
target_link_options(fake-geode-loader PRIVATE /NOIMPLIB /NOEXP /DEBUG:NONE)
|
||||
target_link_options(fake-geode-loader PRIVATE /NOEXP /DEBUG:NONE)
|
||||
target_link_options(ProxyLoader PRIVATE /NOIMPLIB /NOEXP /DEBUG:NONE)
|
||||
target_link_options(Updater PRIVATE /DEBUG:NONE)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue