mirror of https://gitee.com/bigwinds/arangodb
added v8_build
This commit is contained in:
parent
ba74fa6f7a
commit
a6acf900bf
|
@ -118,6 +118,8 @@ if (WIN32)
|
|||
#-Dwant_separate_host_toolset=0
|
||||
)
|
||||
|
||||
add_custom_target(v8_build)
|
||||
|
||||
foreach (MS_TARGET_CONF ${V8_TARGET_ARCHS})
|
||||
string(TOLOWER ${MS_TARGET_CONF} MS_TARGET_CONF_LOWER)
|
||||
|
||||
|
@ -136,6 +138,8 @@ if (WIN32)
|
|||
""
|
||||
)
|
||||
|
||||
add_dependencies(v8_build v8_build_${MS_TARGET_CONF_LOWER})
|
||||
|
||||
# and now ICU...
|
||||
ExternalProject_Add_Step(v8_build_${MS_TARGET_CONF_LOWER} icu_build_icudata
|
||||
WORKING_DIRECTORY
|
||||
|
|
Loading…
Reference in New Issue