Skip to content

Commit ba96a5b

Browse files
committed
Update bootstrap_deps.cmake
1 parent 881c68c commit ba96a5b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

resources/cmake/bootstrap_deps.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ foreach(dep ${INDEPENDENT_DEPS})
111111
message(STATUS "[Installer] ${dep} completed in ${duration} seconds")
112112
endforeach()
113113

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+
114119
# ============================================================================
115120
# Download deferred dependencies (SOURCE_SUBDIR fakedir = download only)
116121
# ============================================================================

0 commit comments

Comments
 (0)