mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-10 07:11:45 +00:00
fix linux linkage finally
This commit is contained in:
parent
939411c752
commit
0622f03f59
1 changed files with 3 additions and 3 deletions
6
mp/src/thirdparty/lua/lua.vpc
vendored
6
mp/src/thirdparty/lua/lua.vpc
vendored
|
@ -9,9 +9,9 @@ $Configuration
|
|||
$Compiler
|
||||
{
|
||||
$AdditionalIncludeDirectories "$BASE"
|
||||
$EnableC++Exceptions "Yes (/EHsc)"
|
||||
$PreprocessorDefinitions "LUA_OPNAMES"
|
||||
$CompileAs "Compile as C Code (/TC)"
|
||||
$PreprocessorDefinitions "LUA_OPNAMES"
|
||||
$CompileAs "Compile as C Code (/TC)"
|
||||
$GCC_ExtraCompilerFlags "-x c" [$LINUXALL] // force compile as C on linux, it will build with G++ by default
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue