mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
WP8 target refine
This commit is contained in:
parent
0a1743ebf2
commit
837e2847ec
9
makefile
9
makefile
@ -641,14 +641,9 @@ ifeq ($(platform),wp8)
|
|||||||
ms_cl_compiler = wp8
|
ms_cl_compiler = wp8
|
||||||
use-lto = false
|
use-lto = false
|
||||||
supports_avian_executable = false
|
supports_avian_executable = false
|
||||||
process = compile
|
|
||||||
aot-only = true
|
aot-only = true
|
||||||
ifneq ($(process),compile)
|
ifneq ($(bootimage),true)
|
||||||
options := -$(process)
|
$(error Windows Phone 8 target requires bootimage=true)
|
||||||
endif
|
|
||||||
bootimage = true
|
|
||||||
ifeq ($(bootimage),true)
|
|
||||||
options := $(options)-bootimage
|
|
||||||
endif
|
endif
|
||||||
system = windows
|
system = windows
|
||||||
build-system = windows
|
build-system = windows
|
||||||
|
Loading…
Reference in New Issue
Block a user