Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 43c7aa2

Browse files
author
Simon Hofmann
committed
Fixed syntax error due to leftover parenthesis
1 parent 774817b commit 43c7aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ if (process.platform === 'win32') {
2626
}
2727

2828
// if not windows, link libs dynamically
29-
console.log(`-L..)`);
29+
console.log(`-L..`);
3030
opencvBuild.opencvModules.filter(lib => desiredModules.includes(lib)).forEach(lib => console.log(`-lopencv_${lib}`));

0 commit comments

Comments
 (0)