diff options
Diffstat (limited to '3rdparty/genie/src/base/premake.lua')
-rw-r--r-- | 3rdparty/genie/src/base/premake.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/genie/src/base/premake.lua b/3rdparty/genie/src/base/premake.lua index feeb6bd7240..b27790cbbcc 100644 --- a/3rdparty/genie/src/base/premake.lua +++ b/3rdparty/genie/src/base/premake.lua @@ -4,6 +4,7 @@ -- Copyright (c) 2002-2009 Jason Perkins and the Premake project -- + premake._filelevelconfig = false -- -- Open a file for output, and call a function to actually do the writing. @@ -70,4 +71,4 @@ end return nil, nil - end
\ No newline at end of file + end |