Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: enable support for zoslib on z/OS #2600

Merged
merged 1 commit into from Jul 15, 2022

Commits on Jul 14, 2022

  1. lib: enable support for zoslib on z/OS

    Check if zos-base.h is in the directory identified by environment
    variable ZOSLIB_INCLUDES if set; otherwise search for it from a set of
    candidates under nodeRootDir. Then pass it as
    -Dzoslib_include_dir=<path-found> to gyp_main.py for use in common.gypi
    to set 'includes_dir' when compiling addons.
    
    Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
    2 people authored and zsw007 committed Jul 14, 2022
    Copy the full SHA
    0344a1f View commit details
    Browse the repository at this point in the history