Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Added a dependence between objc.def and osx.def.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gorshenev committed Oct 13, 2017
1 parent dc9a1ac commit 778ffed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klib/src/platform/osx/objc.def
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 778ffed

Please sign in to comment.