Skip to content

Commit

Permalink
Fix dune.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed May 20, 2024
1 parent 27181dc commit a2bce05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions appkit_extra/dune
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
(library
(name appkit_extra)
(public_name camlkit-gui.appkit-extra)
(flags :standard %{read:flags.txt})
(libraries foundation))

(rule (enabled_if (= %{system} macosx))
(target "flags.txt")
(action
(with-stdout-to %{target} (run echo "-ccopt \"-framework AppKit\""))))

(rule (enabled_if (<> %{system} macosx))
(target "flags.txt")
(action (with-stdout-to %{target} (run echo ""))))

0 comments on commit a2bce05

Please sign in to comment.