You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmake/FindNodeJS.cmake
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -336,9 +336,9 @@ if(NOT NODEJS_LIBRARY)
336
336
ProcessorCount(N)
337
337
338
338
if(NOT N EQUAL 0)
339
-
execute_process(COMMAND sh -c "alias pyhton=`which python2.7`; make -j${N} -C out BUILDTYPE=${CMAKE_BUILD_TYPE} V=1"WORKING_DIRECTORY"${NODEJS_OUTPUT_PATH}"OUTPUT_QUIET)
339
+
execute_process(COMMAND sh -c "alias python=`which python2.7`; make -j${N} -C out BUILDTYPE=${CMAKE_BUILD_TYPE} V=1"WORKING_DIRECTORY"${NODEJS_OUTPUT_PATH}"OUTPUT_QUIET)
340
340
else()
341
-
execute_process(COMMAND sh -c "alias pyhton=`which python2.7`; make -C out BUILDTYPE=${CMAKE_BUILD_TYPE} V=1"WORKING_DIRECTORY"${NODEJS_OUTPUT_PATH}"OUTPUT_QUIET)
341
+
execute_process(COMMAND sh -c "alias python=`which python2.7`; make -C out BUILDTYPE=${CMAKE_BUILD_TYPE} V=1"WORKING_DIRECTORY"${NODEJS_OUTPUT_PATH}"OUTPUT_QUIET)
0 commit comments