We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e261e2 commit 59ac2dbCopy full SHA for 59ac2db
premake5.lua
@@ -123,7 +123,7 @@ workspace "MTASA"
123
filter { "system:linux or macosx", "configurations:not Debug" }
124
buildoptions { "-fvisibility=hidden" }
125
126
- filter { "system:linux or macosx", "configurations:not Debug", "language:C++" }
+ filter { "system:linux or macosx", "configurations:not Debug", "files:*.cpp" }
127
buildoptions { "-fvisibility-inlines-hidden" }
128
129
filter { "system:linux", "platforms:x86 or x64" }
0 commit comments