Skip to content

Commit

Permalink
Disable framework linking in libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed May 28, 2024
1 parent b2f671b commit a07cf13
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion coreimage/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(name coreimage)
(public_name camlkit-base.coreimage)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework CoreImage")
; (flags :standard -ccopt "-framework CoreImage")
(libraries camlkit-base.foundation))
2 changes: 1 addition & 1 deletion photos/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(name photos)
(public_name camlkit-base.photos)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework Photos")
; (flags :standard -ccopt "-framework Photos")
(libraries camlkit-base.foundation))
2 changes: 1 addition & 1 deletion uikit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
(= %{context_name} simulator.ios)
(= %{context_name} simulator-arm.ios)
(= %{context_name} catalyst.ios)))
(flags :standard -ccopt "-framework UIKit")
; (flags :standard -ccopt "-framework UIKit")
(libraries camlkit-base.foundation))
2 changes: 1 addition & 1 deletion uikit_extra/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
(= %{context_name} simulator.ios)
(= %{context_name} simulator-arm.ios)
(= %{context_name} catalyst.ios)))
(flags :standard -ccopt "-framework UIKit")
; (flags :standard -ccopt "-framework UIKit")
(libraries camlkit-base.foundation))
2 changes: 1 addition & 1 deletion vision/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(name vision)
(public_name camlkit-base.vision)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework Vision")
; (flags :standard -ccopt "-framework Vision")
(libraries camlkit-base.foundation))
2 changes: 1 addition & 1 deletion webkit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
(name webkit)
(public_name camlkit-base.webkit)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework WebKit")
; (flags :standard -ccopt "-framework WebKit")
(libraries camlkit-base.foundation))

0 comments on commit a07cf13

Please sign in to comment.