@u4/opencv-build
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -190,6 +190,6 @@ "use strict"; | ||
if (no_autobuild) { | ||
for (const varname in ['OPENCV_INCLUDE_DIR', 'OPENCV_LIB_DIR', 'OPENCV_BIN_DIR']) { | ||
for (const varname of ['OPENCV_INCLUDE_DIR', 'OPENCV_LIB_DIR', 'OPENCV_BIN_DIR']) { | ||
const value = process.env[varname]; | ||
if (!value) { | ||
throw new Error(`${varname} must be define if can not be create nobuild/disableAutoBuild/OPENCV4NODEJS_DISABLE_AUTOBUILD is set`); | ||
throw new Error(`${varname} must be define if can not be create nobuild / disableAutoBuild / OPENCV4NODEJS_DISABLE_AUTOBUILD is set`); | ||
} | ||
@@ -196,0 +196,0 @@ let stats; |
{ | ||
"name": "@u4/opencv-build", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "A simple script to auto build recent OpenCV + contrib version via npm 2022 Edition", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118621