Bug 561740 - disable vmwarerecordinghelper on x64 build. r=ted

This commit is contained in:
Makoto Kato 2010-05-17 11:29:35 +09:00
parent fca0eea041
commit c3bdf61d95

View File

@ -45,8 +45,10 @@ include $(DEPTH)/config/autoconf.mk
ifdef ENABLE_TESTS
ifdef _MSC_VER
ifneq ($(OS_TEST),x86_64)
DIRS += vmwarerecordinghelper
endif
endif
DIRS += \
crashinjectdll \