Skip to content

Commit

Permalink
修复编译错误
Browse files Browse the repository at this point in the history
  • Loading branch information
tonquer committed Dec 28, 2021
1 parent bff5d93 commit 50e73d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
"VulkanSDK/windows/vulkan-1.lib",
build_temp + "/glslang/SPIRV/Release/SPIRV.lib",
build_temp + "/glslang/glslang/Release/glslang.lib",
build_temp + "/glslang/glslang/MachineIndependent.lib",
build_temp + "/glslang/glslang/Release/MachineIndependent.lib",
build_temp + "/glslang/OGLCompilersDLL/Release/OGLCompiler.lib",
build_temp + "/glslang/glslang/OSDependent/Windows/Release/OSDependent.lib",
build_temp + "/glslang/glslang/GenericCodeGen.lib",
build_temp + "/glslang/glslang/Release/GenericCodeGen.lib",
],
)
models = [example_module]
Expand Down

0 comments on commit 50e73d2

Please sign in to comment.