peterbraden / node-opencv

OpenCV Bindings for node.js
MIT License
4.37k stars 858 forks source link

Makefile: fix typo in Makefile: change NODE_GYP to NODE_PRE_GYP #641

Closed grandpaul closed 5 years ago

grandpaul commented 5 years ago

Makefile checks if there's node_pre_gyp installed on system. But the variable is typing wrongly as NODE_GYP on the checking logic. This commit fixes the typo.

Signed-off-by: Ying-Chun Liu (PaulLiu) paulliu@debian.org

codecov-io commented 5 years ago

Codecov Report

Merging #641 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #641   +/-   ##
=======================================
  Coverage   57.07%   57.07%           
=======================================
  Files          32       32           
  Lines        4065     4065           
  Branches       30       30           
=======================================
  Hits         2320     2320           
  Misses       1745     1745

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update cfc96ba...5da3a5c. Read the comment docs.