Skip to content

Commit 979afc9

Browse files
committed
dll
1 parent 433ffba commit 979afc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DaemonGame.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function(GAMEMODULE)
112112
endif()
113113

114114
if (BUILD_GAME_NATIVE_DLL)
115-
if (AND USE_HARDENING)
115+
if (USE_HARDENING)
116116
set(FORK 1 PARENT_SCOPE)
117117
else()
118118
buildDll()

0 commit comments

Comments
 (0)