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 f47bb9c commit ed6bd3aCopy full SHA for ed6bd3a
VCMP-LUA/premake5.lua
@@ -2,7 +2,7 @@ project "LuaPlugin"
2
kind "SharedLib"
3
language "C++"
4
cppdialect "C++17"
5
- pic "on"
+ pic "On"
6
7
targetdir ("%{wks.location}/bin/" .. outputdir .. "/%{prj.name}")
8
objdir ("%{wks.location}/bin/interm/" .. outputdir .. "/%{prj.name}")
0 commit comments