X-Git-Url: https://git.saurik.com/apple/libdispatch.git/blobdiff_plain/c0fd1a46ca556db3ab6fd5fef441de241a8a5a3f..fa22f35b3ccab0081bb7090c32773dcd7463a045:/dispatch/module.map diff --git a/dispatch/module.map b/dispatch/module.map deleted file mode 100644 index 6f3c8aa..0000000 --- a/dispatch/module.map +++ /dev/null @@ -1,20 +0,0 @@ -module Dispatch { - requires blocks - export * - link "dispatch" - link "BlocksRuntime" -} - -module DispatchIntrospection [system] [extern_c] { - header "introspection.h" - export * -} - -module CDispatch [system] [extern_c] { - umbrella header "dispatch.h" - module * { export * } - export * - requires blocks - link "dispatch" - link "BlocksRuntime" -}