Skip to content

Commit

Permalink
Enable libs on unix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Sep 9, 2024
1 parent eff1b47 commit d5d6ea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CoreAnimation/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(library
(name CoreAnimation)
(public_name camlkit-base.CoreAnimation)
(flags :standard -ccopt "-framework QuartzCore")
(enabled_if (= %{system} macosx))
; (flags :standard -ccopt "-framework QuartzCore")
; (enabled_if (= %{system} macosx))
(libraries CoreFoundation CoreGraphics))

(documentation (package camlkit-base))
4 changes: 2 additions & 2 deletions CoreGraphics/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(library
(name CoreGraphics)
(public_name camlkit-base.CoreGraphics)
(flags :standard -ccopt "-framework CoreGraphics")
(enabled_if (= %{system} macosx))
; (flags :standard -ccopt "-framework CoreGraphics")
; (enabled_if (= %{system} macosx))
(foreign_stubs (language c) (names CoreGraphics_inlines))
(libraries camlkit-base.runtime CoreFoundation))

Expand Down

0 comments on commit d5d6ea5

Please sign in to comment.