Skip to content

Commit

Permalink
Disable again framework linking in libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Oct 12, 2024
1 parent 2561ec5 commit 50fbaf6
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CoreAnimation/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name CoreAnimation)
(public_name camlkit-base.CoreAnimation)
(flags :standard -ccopt "-framework QuartzCore")
; (flags :standard -ccopt "-framework QuartzCore")
; (enabled_if (= %{system} macosx))
(libraries CoreFoundation CoreGraphics))

Expand Down
2 changes: 1 addition & 1 deletion CoreFoundation/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name CoreFoundation)
(public_name camlkit-base.CoreFoundation)
(flags :standard -ccopt "-framework CoreFoundation")
; (flags :standard -ccopt "-framework CoreFoundation")
; (foreign_stubs (language c) (names CoreFoundation_inlines))
(libraries camlkit-base.runtime))

Expand Down
2 changes: 1 addition & 1 deletion CoreGraphics/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name CoreGraphics)
(public_name camlkit-base.CoreGraphics)
(flags :standard -ccopt "-framework CoreGraphics")
; (flags :standard -ccopt "-framework CoreGraphics")
; (enabled_if (= %{system} macosx))
; (foreign_stubs (language c) (names CoreGraphics_inlines))
(libraries camlkit-base.runtime CoreFoundation))
Expand Down
2 changes: 1 addition & 1 deletion CoreText/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name CoreText)
(public_name camlkit-gui.CoreText)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework CoreText")
; (flags :standard -ccopt "-framework CoreText")
(libraries camlkit-base.runtime CoreGraphics CoreFoundation))

(documentation (package camlkit-gui))
2 changes: 1 addition & 1 deletion CoreVideo/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name CoreVideo)
(public_name camlkit-gui.CoreVideo)
(flags :standard -ccopt "-framework CoreVideo")
; (flags :standard -ccopt "-framework CoreVideo")
(enabled_if (= %{system} macosx))
(libraries
camlkit-base.runtime
Expand Down
2 changes: 1 addition & 1 deletion Foundation/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name Foundation)
(public_name camlkit-base.Foundation)
(flags :standard -ccopt "-framework Foundation")
; (flags :standard -ccopt "-framework Foundation")
(libraries
camlkit-base.runtime
camlkit-base.CoreFoundation
Expand Down
2 changes: 1 addition & 1 deletion PhotosUI/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(= %{context_name} simulator.ios)
(= %{context_name} simulator-arm.ios)
(= %{context_name} catalyst.ios)))
(flags :standard -ccopt "-framework PhotosUI")
; (flags :standard -ccopt "-framework PhotosUI")
(libraries
camlkit-base.runtime
camlkit-base.CoreFoundation
Expand Down
2 changes: 1 addition & 1 deletion SpriteKit/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(library
(name SpriteKit)
(public_name camlkit-gui.SpriteKit)
(flags :standard -ccopt "-framework SpriteKit")
; (flags :standard -ccopt "-framework SpriteKit")
(enabled_if (= %{system} macosx))
(libraries
camlkit-base.runtime
Expand Down
2 changes: 1 addition & 1 deletion Vision/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name Vision)
(public_name camlkit-gui.Vision)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework Vision")
; (flags :standard -ccopt "-framework Vision")
(libraries
camlkit-base.runtime
camlkit-base.Foundation
Expand Down
2 changes: 1 addition & 1 deletion WebKit/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(name WebKit)
(public_name camlkit-base.WebKit)
(enabled_if (= %{system} macosx))
(flags :standard -ccopt "-framework WebKit")
; (flags :standard -ccopt "-framework WebKit")
(libraries camlkit-base.runtime camlkit-base.Foundation))

(documentation (package camlkit-base))

0 comments on commit 50fbaf6

Please sign in to comment.