diff --git a/Setup/src/Program.bf b/Setup/src/Program.bf index f645c70..6032bec 100644 --- a/Setup/src/Program.bf +++ b/Setup/src/Program.bf @@ -284,14 +284,8 @@ class Program { if (system("git -C .. submodule init") != 0) Runtime.FatalError("Failed to fetch KTX-Software"); - /*if (system(scope $"wget -O include/KHR/khr_df.h https://registry.khronos.org/DataFormat/api/1.3/khr_df.h") != 0) - Runtime.FatalError("Failed to download khr_df.h"); - if (system(scope $"wget -O include/vulkan_core.h https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/refs/heads/main/include/vulkan/vulkan_core.h") != 0) - Runtime.FatalError("Failed to download vulkan_core.h"); - if (system(scope $"wget -O include/vk_platform.h https://raw.githubusercontent.com/KhronosGroup/Vulkan-Headers/refs/heads/main/include/vulkan/vk_platform.h") != 0) - Runtime.FatalError("Failed to download vk_platform.h");*/ - scope ExampleGenerator(char8*[?]("--language=c", "-I../KTX-Software/lib/include", "-I../KTX-Software/external/dfdutils", "-DKTX_DOXYGEN_SKIP")).Generate("include/all.h"); + scope ExampleGenerator(char8*[?]("--language=c", "-I../KTX-Software/lib/include", "-I../KTX-Software/external/dfdutils", "-DKTX_DOXYGEN_SKIP")).Generate("all.h"); return 0; } } \ No newline at end of file