mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +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
|
||||
use-lto = false
|
||||
supports_avian_executable = false
|
||||
process = compile
|
||||
aot-only = true
|
||||
ifneq ($(process),compile)
|
||||
options := -$(process)
|
||||
endif
|
||||
bootimage = true
|
||||
ifeq ($(bootimage),true)
|
||||
options := $(options)-bootimage
|
||||
ifneq ($(bootimage),true)
|
||||
$(error Windows Phone 8 target requires bootimage=true)
|
||||
endif
|
||||
system = windows
|
||||
build-system = windows
|
||||
|
Loading…
Reference in New Issue
Block a user