mirror of
https://github.com/bkaradzic/bx.git
synced 2026-06-08 03:03:48 +00:00
Setup location for cmake action. (#377)
This commit is contained in:
committed by
GitHub
parent
bd47466a9d
commit
ce24938573
@@ -416,6 +416,10 @@ function toolchain(_buildDir, _libDir)
|
||||
location (path.join(_buildDir, "projects", _ACTION .. "-riscv"))
|
||||
|
||||
end
|
||||
elseif _ACTION == "cmake"
|
||||
then
|
||||
location (path.join(_buildDir, "projects", _ACTION))
|
||||
|
||||
elseif _ACTION == "vs2017"
|
||||
or _ACTION == "vs2019"
|
||||
or _ACTION == "vs2022"
|
||||
|
||||
Reference in New Issue
Block a user