Lost assignment

This commit is contained in:
Alexey Pelykh 2013-02-09 13:18:39 +02:00
parent 837e2847ec
commit dd14b10d8d

View File

@ -643,7 +643,7 @@ ifeq ($(platform),wp8)
supports_avian_executable = false supports_avian_executable = false
aot-only = true aot-only = true
ifneq ($(bootimage),true) ifneq ($(bootimage),true)
$(error Windows Phone 8 target requires bootimage=true) x := $(error Windows Phone 8 target requires bootimage=true)
endif endif
system = windows system = windows
build-system = windows build-system = windows