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

Commit 0a27275

Browse files
author
Simon Hofmann
committed
Added resolve to include dir
1 parent cc548b1 commit 0a27275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/includes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if (linkSystemLibs()) {
77
}
88

99
// set include dir from auto build
10-
console.log(opencvInclude);
10+
console.log(resolvePath(opencvInclude));

0 commit comments

Comments
 (0)