diff options
author | Damiano Galassi <[email protected]> | 2019-08-19 14:50:11 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-19 14:50:11 +0200 |
commit | 3b6e6822def47c7268f3bb4fdb020805a031c063 (patch) | |
tree | f5cb7af462f76f963b3594cc6f3e26599b41babf /macosx | |
parent | be1cfefe157afda68f109386d416baf8003c0c91 (diff) |
MacGui: revert a change that was committed by error.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/module.defs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/macosx/module.defs b/macosx/module.defs index 591913a3f..fc6ad9e02 100644 --- a/macosx/module.defs +++ b/macosx/module.defs @@ -21,11 +21,7 @@ BUILD.out += $(MACOSX.osl.filelist) MACOSX.project = -project $(MACOSX.src/)HandBrake.xcodeproj ## configuration: must be one of { release, debug } -ifeq (1,$(FEATURE.macos.sandbox)) - MACOSX.configuration = -configuration $(MACOSX.map.g.$(MACOSX.GCC.g))-sandbox -else - MACOSX.configuration = -configuration $(MACOSX.map.g.$(MACOSX.GCC.g)) -endif +MACOSX.configuration = -configuration $(MACOSX.map.g.$(MACOSX.GCC.g)) ## mapping from symbolic debug value to xcode configuration MACOSX.map.g.none = release |