diff options
author | beenje <beenje@xbmc.org> | 2011-05-06 22:29:59 +0200 |
---|---|---|
committer | beenje <beenje@xbmc.org> | 2011-05-22 21:57:02 +0200 |
commit | b30c4327399cdc53a2fd95ea98757754f950453a (patch) | |
tree | 42798e56334fe267c43eefd3516daa6980336071 /tools/darwin/depends/Makefile.include.in | |
parent | 04f3b40269db5e12f8bd50ee428c2475e76f0b61 (diff) |
[osx/ios] refactor ios depends build system to use config.site
Diffstat (limited to 'tools/darwin/depends/Makefile.include.in')
-rw-r--r-- | tools/darwin/depends/Makefile.include.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/Makefile.include.in b/tools/darwin/depends/Makefile.include.in index ed957397eb..988336925c 100644 --- a/tools/darwin/depends/Makefile.include.in +++ b/tools/darwin/depends/Makefile.include.in @@ -1,6 +1,6 @@ SDK=@use_sdk@ ARCH=@use_arch@ -DAWRIN=@use_darwin@ +DARWIN=@use_darwin@ PREFIX=@use_prefix@ STAGING=@use_staging@ TOOLCHAIN=@use_toolchain@ |