1
0
Fork 0

trying to find correct parallel v8 build make command

This commit is contained in:
Kaveh Vahedipour 2016-02-09 10:34:44 +01:00
parent 9db6089ec5
commit ae3b02811b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ endif()
include(ExternalProject)
set (V8_BUILD_COMMAND ${CMAKE_MAKE_PROGRAM} -f Makefile-v8 strictaliasing=off
set (V8_BUILD_COMMAND $(MAKE) -f Makefile-v8 strictaliasing=off
snapshot=off werror=no "${V8_PLATFORM}" CC="${CMAKE_C_COMPILER}"
CXX="${CMAKE_CXX_COMPILER}")
if (APPLE AND CMAKE_COMPILER_IS_CLANG)