Skip to content

Commit

Permalink
Merge pull request #11208 from MinaProtocol/fix/use-default-linker
Browse files Browse the repository at this point in the history
Fix incorrect default flag value
  • Loading branch information
mrmr1993 authored Jun 7, 2022
2 parents 7028850 + 73771b0 commit 7ac6b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune.linker.inc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
(enabled_if
(or
(= %{bin-available:lld} false)
(= %{env:DUNE_USE_DEFAULT_LINKER=n} n)))
(= %{env:DUNE_USE_DEFAULT_LINKER=n} y)))
(action (with-stdout-to dune-linker (echo " "))))

0 comments on commit 7ac6b53

Please sign in to comment.