Skip to content

Commit

Permalink
Fix typo in Server/Core/premake5.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
qaisjp committed Jul 14, 2018
1 parent 672da6b commit 0bb1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/core/premake5.lua
Expand Up @@ -6,7 +6,7 @@ project "Core"

filter "system:windows"
includedirs { "../../vendor/sparsehash/current/src/windows" }
linkoptions { "/SAFESEH\:NO" }
linkoptions { "/SAFESEH:NO" }

filter {}
includedirs {
Expand Down

0 comments on commit 0bb1ec6

Please sign in to comment.