TRILABS-19 Link flags need - character

This commit is contained in:
Allen Byrne
2018-05-02 10:04:14 -05:00
parent fde2d1fe4a
commit 6dd91d206f
8 changed files with 36 additions and 36 deletions

View File

@@ -40,7 +40,7 @@ macro (TARGET_STATIC_CRT_FLAGS)
endif ()
endforeach ()
set (WIN_COMPILE_FLAGS "")
set (WIN_LINK_FLAGS "/NODEFAULTLIB:MSVCRT")
set (WIN_LINK_FLAGS "-NODEFAULTLIB:MSVCRT")
endif ()
endmacro ()