From dd14b10d8d6a5484f0ed515b467f5bbb84edadd3 Mon Sep 17 00:00:00 2001 From: Alexey Pelykh Date: Sat, 9 Feb 2013 13:18:39 +0200 Subject: [PATCH] Lost assignment --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f020bb4b37..9b3034eb37 100755 --- a/makefile +++ b/makefile @@ -643,7 +643,7 @@ ifeq ($(platform),wp8) supports_avian_executable = false aot-only = true ifneq ($(bootimage),true) - $(error Windows Phone 8 target requires bootimage=true) + x := $(error Windows Phone 8 target requires bootimage=true) endif system = windows build-system = windows