mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Bug 710960 - Make runtests.py work out of the box with MOZ_BUILD_APP=mobile/xul [r=ctalbert]
This commit is contained in:
parent
26bb91936c
commit
8cdb5ddd62
@ -40,7 +40,7 @@
|
||||
ifneq (,$(filter OS2 WINNT,$(OS_ARCH)))
|
||||
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
|
||||
else
|
||||
ifeq ($(MOZ_BUILD_APP),mobile)
|
||||
ifeq ($(MOZ_BUILD_APP),mobile/xul)
|
||||
PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX)
|
||||
else
|
||||
PROGRAM = $(MOZ_APP_NAME)-bin$(BIN_SUFFIX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user