]> granicus.if.org Git - handbrake/commitdiff
MacGui: revert a change that was committed by error.
authorDamiano Galassi <damiog@gmail.com>
Mon, 19 Aug 2019 12:50:11 +0000 (14:50 +0200)
committerDamiano Galassi <damiog@gmail.com>
Mon, 19 Aug 2019 12:50:11 +0000 (14:50 +0200)
macosx/module.defs

index 591913a3ff829186cf311ef345725956eba514ec..fc6ad9e026ac6b50e5fe2b7908da88a3325117c8 100644 (file)
@@ -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