mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Add linux-gcc to project name.
This commit is contained in:
@@ -290,13 +290,13 @@ function toolchain(_buildDir, _libDir)
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-tvos-simulator"))
|
||||
|
||||
elseif "linux-gcc" == _OPTIONS["gcc"] then
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-linux"))
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-linux-gcc"))
|
||||
|
||||
elseif "linux-gcc-afl" == _OPTIONS["gcc"] then
|
||||
premake.gcc.cc = "afl-gcc"
|
||||
premake.gcc.cxx = "afl-g++"
|
||||
premake.gcc.ar = "ar"
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-linux"))
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-linux-gcc"))
|
||||
|
||||
elseif "linux-clang" == _OPTIONS["gcc"] then
|
||||
premake.gcc.cc = "clang"
|
||||
|
||||
Reference in New Issue
Block a user