diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-12-01 11:59:59 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-12-01 12:00:46 +0100 |
commit | 35786b7729688826d169c63fba96bdd922090085 (patch) | |
tree | 0f20704aac96083c1eefbdb46c2603f188155545 /config | |
parent | 25f3344ad70256c0b0a26532b78397975940a660 (diff) |
osx: Add x86-64 config
Universal builds are no longer needed, 32 bit support was dropped after
10.6.8.
Diffstat (limited to 'config')
-rw-r--r-- | config/osx-x86-64.cbc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/osx-x86-64.cbc b/config/osx-x86-64.cbc new file mode 100644 index 00000000..173ebf4b --- /dev/null +++ b/config/osx-x86-64.cbc @@ -0,0 +1,5 @@ +from cerbero.config import Architecture + +target_arch=Architecture.X86_64 +prefix='/Library/Frameworks/GStreamer.framework/Versions/1.0' + |