Skip to content

Commit

Permalink
Re-add clang for non dll build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Dec 19, 2023
1 parent 53d1e98 commit 17c9164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premake/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function LinkToClang()
linkoptions { "-pthread" }

filter "configurations:not *WithDLL"
links { "clangIndex", "clangFormat", "clangTooling",
links { "clang", "clangIndex", "clangFormat", "clangTooling",
"clangToolingCore", "clangFrontend", "clangDriver",
"clangSerialization", "clangParse", "clangSema",
"clangAnalysis", "clangRewrite", "clangEdit",
Expand Down

0 comments on commit 17c9164

Please sign in to comment.