Added a dependence between objc.def and osx.def.

This commit is contained in:
Alexander Gorshenev
2017-10-13 20:32:01 +03:00
committed by alexander-gorshenev
parent dc9a1ac76c
commit 778ffed37d
+1 -1
View File
@@ -7,6 +7,6 @@ headers = objc/List.h objc/NSObjCRuntime.h objc/NSObject.h objc/Object.h objc/Pr
compilerOpts = -D_XOPEN_SOURCE
linkerOpts = -lobjc
depends = posix
depends = posix osx
---
// objc-auto.h is excluded so far due to interop issues.