Skip to content

Commit

Permalink
fixup! Configurator: add by default --personality=@target@ to pkgconf…
Browse files Browse the repository at this point in the history
… calls
  • Loading branch information
pirbo committed Oct 18, 2024
1 parent 0115654 commit 65d2a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
These tests show that setting `PKG_CONFIG_ARGN` passes extra args to `pkg-config`

$ dune build 2>&1 | awk '/run:.*bin\/pkgconf/{a=1}/stderr/{a=0}a' | sed s/$(ocamlc -config | sed -n "/^target:/ {s/target: //; p}")/\$TARGET/g
$ dune build 2>&1 | awk '/run:.*bin\/pkgconf/{a=1}/stderr/{a=0}a' | sed s/$(ocamlc -config | sed -n "/^target:/ {s/target: //; p; }")/\$TARGET/g
run: $TESTCASE_ROOT/_build/default/.bin/pkgconf --print-errors dummy-pkg
-> process exited with code 0
-> stdout:
Expand Down

0 comments on commit 65d2a80

Please sign in to comment.