فهرست منبع

makefile: fix texturec and shaderc build

Daniele Bartolini 1 ماه پیش
والد
کامیت
82ee6fb8dd
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      makefile

+ 2 - 2
makefile

@@ -105,11 +105,11 @@ build/mingw32/bin/luac: \
 
 build/linux64/bin/texturec: \
 	build/projects/linux
-	"$(MAKE)" -j$(MAKE_JOBS) -R -C 3rdparty/bimg/.build/projects/gmake-linux config=release64 texturec
+	"$(MAKE)" -j$(MAKE_JOBS) -R -C 3rdparty/bimg/.build/projects/gmake-linux-gcc config=release64 texturec
 	-@install -m775 -D 3rdparty/bimg/.build/linux64_gcc/bin/texturecRelease $@
 build/linux64/bin/shaderc: \
 	build/projects/linux
-	"$(MAKE)" -j$(MAKE_JOBS) -R -C 3rdparty/bgfx/.build/projects/gmake-linux config=release64 shaderc
+	"$(MAKE)" -j$(MAKE_JOBS) -R -C 3rdparty/bgfx/.build/projects/gmake-linux-gcc config=release64 shaderc
 	-@install -m775 -D 3rdparty/bgfx/.build/linux64_gcc/bin/shadercRelease $@
 
 build/mingw64/bin/texturec.exe: \