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

Commit 774817b

Browse files
author
Simon Hofmann
committed
Updated lib path
1 parent 874e8c0 commit 774817b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/libs.js

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

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

0 commit comments

Comments
 (0)