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 10addb0 commit 425b998Copy full SHA for 425b998
configure.py
@@ -1356,7 +1356,7 @@ def configure_zos(o):
1356
o['variables']['node_static_zoslib'] = b(True)
1357
if options.static_zoslib_gyp:
1358
# Apply to all Node.js components for now
1359
- o['variables']['zoslib_include_dir'] = Path(options.static_zoslib_gyp).parent + '/include'
+ o['variables']['zoslib_include_dir'] = Path(options.static_zoslib_gyp).parent / '/include'
1360
o['include_dirs'] += [o['variables']['zoslib_include_dir']]
1361
else:
1362
raise Exception('--static-zoslib-gyp=<path to zoslib.gyp file> is required.')
0 commit comments