diff options
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua index d1b33425e..7f83c8904 100644 --- a/premake5.lua +++ b/premake5.lua @@ -53,8 +53,8 @@ workspace "slang" configurations { "Debug", "Release" } platforms { "x86", "x64" } - filter { "system:linux" } - location("build.linux") + --filter { "system:linux" } + -- location("build.linux") -- The output binary directory will be derived from the OS -- and configuration options, e.g. `bin/windows-x64/debug/` |
