diff options
author | jstebbins <[email protected]> | 2009-09-04 21:22:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-09-04 21:22:41 +0000 |
commit | 74302fd6044b633bcd683bb8e6a0faa39d113732 (patch) | |
tree | 7413aab00083d7761723884a5733cfb2b2d98733 /contrib/bzip2 | |
parent | b65acba4026ec467b8b699612033db005471862f (diff) |
build system: add capability to build Leopard target from Snow Leopard Host
To configure for building Leopard target from Snow Leopard:
configure --sysroot /Developer/SDKs/MacOSX10.5.sdk --minver 10.5
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2806 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/bzip2')
-rw-r--r-- | contrib/bzip2/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bzip2/module.defs b/contrib/bzip2/module.defs index 76eacbe90..8cb6d7ef4 100644 --- a/contrib/bzip2/module.defs +++ b/contrib/bzip2/module.defs @@ -7,7 +7,7 @@ BZIP2.CONFIGURE = $(TOUCH.exe) $@ BZIP2.BUILD.extra = \ CC=$(BZIP2.GCC.gcc) \ - CFLAGS="$(call fn.ARGS,BZIP2.GCC,*archs)" \ + CFLAGS="$(call fn.ARGS,BZIP2.GCC,*archs *sysroot *minver)" \ RANLIB="$(RANLIB.exe)" PREFIX=$(call fn.ABSOLUTE,$(CONTRIB.build/)) |