mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Remove bimg_encode from non-tools build.
This commit is contained in:
@@ -371,7 +371,10 @@ bgfxProject("", "StaticLib", {})
|
||||
dofile(path.join(BX_DIR, "scripts/bx.lua"))
|
||||
dofile(path.join(BIMG_DIR, "scripts/bimg.lua"))
|
||||
dofile(path.join(BIMG_DIR, "scripts/bimg_decode.lua"))
|
||||
dofile(path.join(BIMG_DIR, "scripts/bimg_encode.lua"))
|
||||
|
||||
if _OPTIONS["with-tools"] then
|
||||
dofile(path.join(BIMG_DIR, "scripts/bimg_encode.lua"))
|
||||
end
|
||||
|
||||
if _OPTIONS["with-examples"] or _OPTIONS["with-tools"] then
|
||||
group "examples"
|
||||
|
||||
Reference in New Issue
Block a user