diff options
author | Josep Torra <n770galaxy@gmail.com> | 2012-03-13 22:26:44 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:16 +0100 |
commit | 9fc46b5df68c737bf19fa97424ff23b27ebcda37 (patch) | |
tree | de60788fd17b09b377c924099634766c0b1d7aa6 /recipes/libdv.recipe | |
parent | 6a23288828e05fd404879443e07beb53ee095475 (diff) |
Disable assemply also for 32 bits builds in osx.
Diffstat (limited to 'recipes/libdv.recipe')
-rw-r--r-- | recipes/libdv.recipe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/libdv.recipe b/recipes/libdv.recipe index 63f52adf..8a5ff226 100644 --- a/recipes/libdv.recipe +++ b/recipes/libdv.recipe @@ -9,5 +9,4 @@ class Recipe(recipe.Recipe): if self.config.target_platform == Platform.WINDOWS: self.configure_options = ' --disable-xv --without-x' if self.config.target_platform == Platform.DARWIN: - if self.config.target_arch == Architecture.X86_64: - self.configure_options += ' --disable-asm' + self.configure_options += ' --disable-asm' |