mirror of https://gitee.com/bigwinds/arangodb
Merge pull request #2030 from servusoft/patch-11
Set host_arch by CROSS_COMPILING
This commit is contained in:
commit
a08c713216
|
@ -61,10 +61,11 @@ list(APPEND V8_GYP_ARGS
|
|||
)
|
||||
|
||||
if (CROSS_COMPILING)
|
||||
list(APPEND V8_GYP_ARGS -DGYP_CROSSCOMPILE=1)
|
||||
list(APPEND V8_GYP_ARGS
|
||||
-Dhost_arch=${V8_PROC_ARCH}
|
||||
-DGYP_CROSSCOMPILE=1)
|
||||
endif()
|
||||
|
||||
|
||||
################################################################################
|
||||
## ICU EXPORTS
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue