Skip to content

Commit

Permalink
Merge pull request #44 from samoht/x-cross
Browse files Browse the repository at this point in the history
Fix support for x-compilation
  • Loading branch information
dinosaure authored May 4, 2020
2 parents c8c6bca + e12eba1 commit 0c73593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

(rule
(targets unsafe.ml)
(deps (:config ../config/config.exe) unsafe_pre407.ml unsafe_stable.ml)
(action (run %{config})))
(deps unsafe_pre407.ml unsafe_stable.ml)
(action (run ../config/config.exe)))

(library
(name base64_rfc2045)
Expand Down

0 comments on commit 0c73593

Please sign in to comment.