diff --git a/src/CppParser/premake4.lua b/src/CppParser/premake4.lua index 93d4b9f7..ab42bdf8 100644 --- a/src/CppParser/premake4.lua +++ b/src/CppParser/premake4.lua @@ -5,7 +5,7 @@ clang_msvc_flags = "/wd4251" } -if not string.starts(action, "vs") and not os.is_windows() then +if not (string.starts(action, "vs") and not os.is_windows()) then project "CppSharp.CppParser"