We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881c68c commit ba96a5bCopy full SHA for ba96a5b
1 file changed
resources/cmake/bootstrap_deps.cmake
@@ -111,6 +111,11 @@ foreach(dep ${INDEPENDENT_DEPS})
111
message(STATUS "[Installer] ${dep} completed in ${duration} seconds")
112
endforeach()
113
114
+# Fix non-ASCII copyright symbol in GLEW .rc that breaks llvm-rc on CI
115
+if(EXISTS "${glew_SOURCE_DIR}/build/glew.rc")
116
+ file(WRITE "${glew_SOURCE_DIR}/build/glew.rc" "// intentionally blank\n")
117
+endif()
118
+
119
# ============================================================================
120
# Download deferred dependencies (SOURCE_SUBDIR fakedir = download only)
121
0 commit comments