Daniele Bartolini 11 лет назад
Родитель
Сommit
374308b7ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      genie/genie.lua

+ 1 - 1
genie/genie.lua

@@ -42,6 +42,7 @@ toolchain(CROWN_BUILD_DIR, CROWN_THIRD_DIR)
 
 group "libs"
 bgfxProject("", "StaticLib", os.is("windows") and { "BGFX_CONFIG_RENDERER_DIRECT3D9=1" } or {})
+dofile ("shaderc.lua")
 
 if _OPTIONS["with-openal"] then
 	dofile ("openal.lua")
@@ -50,7 +51,6 @@ end
 group "engine"
 crown_project("", "ConsoleApp", {})
 
-dofile ("shaderc.lua")
 
 -- Install
 configuration { "android-arm" }