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

Commit f56db31

Browse files
author
Simon Hofmann
committed
Removed -L param
1 parent b708615 commit f56db31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/libs.js

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

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

0 commit comments

Comments
 (0)