diff --git a/CoreAnimation/dune b/CoreAnimation/dune index 942399b8..c3006910 100644 --- a/CoreAnimation/dune +++ b/CoreAnimation/dune @@ -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)) diff --git a/CoreFoundation/dune b/CoreFoundation/dune index 7e3f564c..6f5cb499 100644 --- a/CoreFoundation/dune +++ b/CoreFoundation/dune @@ -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)) diff --git a/CoreGraphics/dune b/CoreGraphics/dune index d1fac4fb..a5642891 100644 --- a/CoreGraphics/dune +++ b/CoreGraphics/dune @@ -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)) diff --git a/CoreText/dune b/CoreText/dune index 5e79bfcb..afca1e43 100644 --- a/CoreText/dune +++ b/CoreText/dune @@ -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)) \ No newline at end of file diff --git a/CoreVideo/dune b/CoreVideo/dune index b4579b79..a3b8d7aa 100644 --- a/CoreVideo/dune +++ b/CoreVideo/dune @@ -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 diff --git a/Foundation/dune b/Foundation/dune index 4d623dfc..51090840 100644 --- a/Foundation/dune +++ b/Foundation/dune @@ -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 diff --git a/PhotosUI/dune b/PhotosUI/dune index dcaab831..e64dac49 100644 --- a/PhotosUI/dune +++ b/PhotosUI/dune @@ -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 diff --git a/SpriteKit/dune b/SpriteKit/dune index 4faecd12..3bd8a9d1 100644 --- a/SpriteKit/dune +++ b/SpriteKit/dune @@ -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 diff --git a/Vision/dune b/Vision/dune index 962751da..41aa2e21 100644 --- a/Vision/dune +++ b/Vision/dune @@ -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 diff --git a/WebKit/dune b/WebKit/dune index 0ca33d76..59974f20 100644 --- a/WebKit/dune +++ b/WebKit/dune @@ -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)) \ No newline at end of file