Skip to content

Commit e1bb3bc

Browse files
committed
let's compile dxcompiler target as static library
1 parent 47f3137 commit e1bb3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/clang/tools/dxcompiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if (WIN32)
124124
find_package(DiaSDK REQUIRED) # Used for constants and declarations.
125125
endif (WIN32)
126126

127-
add_clang_library(dxcompiler SHARED ${SOURCES})
127+
add_clang_library(dxcompiler ${SOURCES})
128128
add_dependencies(dxcompiler TablegenHLSLOptions)
129129
if (WIN32)
130130
# No DxcEtw on non-Windows platforms.

0 commit comments

Comments
 (0)