We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7079e7e commit a3fb64dCopy full SHA for a3fb64d
platforms/js/build_js.py
@@ -246,7 +246,7 @@ def build_loader(self):
246
247
log.debug("Args: %s", args)
248
249
- os.environ["OPENCV_JS_WHITELIST"] = args.config
+ os.environ["OPENCV_JS_WHITELIST"] = os.path.abspath(args.config)
250
251
if 'EMMAKEN_JUST_CONFIGURE' in os.environ:
252
del os.environ['EMMAKEN_JUST_CONFIGURE'] # avoid linker errors with NODERAWFS message then using 'emcmake' launcher
0 commit comments