summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/makedisttex.lua
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/scripts/makedisttex.lua')
-rw-r--r--3rdparty/bgfx/scripts/makedisttex.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/3rdparty/bgfx/scripts/makedisttex.lua b/3rdparty/bgfx/scripts/makedisttex.lua
index 3e6d48f244a..b208acdb32d 100644
--- a/3rdparty/bgfx/scripts/makedisttex.lua
+++ b/3rdparty/bgfx/scripts/makedisttex.lua
@@ -8,12 +8,12 @@ project "makedisttex"
kind "ConsoleApp"
includedirs {
- BX_DIR .. "include",
- BGFX_DIR .. "3rdparty",
+ path.join(BX_DIR, "include"),
+ path.join(BGFX_DIR, "3rdparty"),
}
files {
- BGFX_DIR .. "3rdparty/edtaa3/**.cpp",
- BGFX_DIR .. "3rdparty/edtaa3/**.h",
- BGFX_DIR .. "tools/makedisttex.cpp",
+ path.join(BGFX_DIR, "3rdparty/edtaa3/**.cpp"),
+ path.join(BGFX_DIR, "3rdparty/edtaa3/**.h"),
+ path.join(BGFX_DIR, "tools/makedisttex.cpp"),
}