This commit is contained in:
Branimir Karadžić
2017-11-14 17:46:30 -08:00
parent 34eadd2f21
commit e41f2d445a
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ project "bx"
path.join(BX_DIR, "src/**.cpp"),
}
configuration { "Debug" }
defines {
"BX_CONFIG_DEBUG=1",
}
configuration { "linux-*" }
buildoptions {
"-fPIC",