Skip to content

Commit 55f2c22

Browse files
maverickwooivg
authored andcommitted
Add space before output from --system-libs (#551)
1 parent 729712e commit 55f2c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.ml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let llvm var () : unit =
8181
let extract v =
8282
OASISExec.run_read_one_line ~ctxt llvm_config ["--"^v] in
8383
if strip_patch llvm_version > "3.4" && var = "ldflags"
84-
then extract var ^ extract "system-libs"
84+
then extract var ^ " " ^ extract "system-libs"
8585
else extract var) |>
8686
definition_end
8787

0 commit comments

Comments
 (0)