diff options
Diffstat (limited to 'macosx/module.defs')
-rw-r--r-- | macosx/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/module.defs b/macosx/module.defs index 725fdfc36..d92160f93 100644 --- a/macosx/module.defs +++ b/macosx/module.defs @@ -15,7 +15,7 @@ MACOSX.targs = HandBrakeCLI HandBrake ## configuration pattern: (standard|debug)[.ARCH] ## eg. for native build, no debug --> standard ## eg. for x86_64 build with debug of any level --> debug.x86_64 -MACOSX.conf = $(MACOSX.map.g.$(MACOSX.GCC.g))$(if $(filter 1,$(BUILD.cross)),.$(BUILD.arch)) +MACOSX.conf = $(MACOSX.map.g.$(MACOSX.GCC.g)).$(BUILD.arch) ## this is a mapping to determine which basename config to use in xcodeproj MACOSX.map.g.none = standard |