[platform lib][osx] order
This commit is contained in:
committed by
Vasily Levchenko
parent
7edfb56c39
commit
1cbfefc6fd
@@ -7,6 +7,6 @@ headers = objc/List.h objc/NSObjCRuntime.h objc/NSObject.h objc/Object.h objc/Pr
|
|||||||
|
|
||||||
compilerOpts = -D_XOPEN_SOURCE
|
compilerOpts = -D_XOPEN_SOURCE
|
||||||
linkerOpts = -lobjc
|
linkerOpts = -lobjc
|
||||||
|
depends = posix
|
||||||
---
|
---
|
||||||
// objc-auto.h is excluded so far due to interop issues.
|
// objc-auto.h is excluded so far due to interop issues.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ headers = AppleTextureEncoder.h AssertMacros.h Availability.h AvailabilityIntern
|
|||||||
|
|
||||||
compilerOpts = -D_XOPEN_SOURCE
|
compilerOpts = -D_XOPEN_SOURCE
|
||||||
linkerOpts = -ldl -lz
|
linkerOpts = -ldl -lz
|
||||||
|
depends = posix
|
||||||
---
|
---
|
||||||
|
|
||||||
// menu.h is excluded so far due to interop issues.
|
// menu.h is excluded so far due to interop issues.
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
package = platform.zlib
|
package = platform.zlib
|
||||||
headers = zconf.h zlib.h
|
headers = zconf.h zlib.h
|
||||||
linkerOpts = -lz
|
linkerOpts = -lz
|
||||||
|
depends = posix
|
||||||
Reference in New Issue
Block a user