Skip to content

Add correct shared library naming on OS X

Rodrigo Muino Tomonari requested to merge github/fork/sxa/sharedlib-osx into master
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

Build system

Description of change

The build system currently creates a shared library on OS/X with the same name as on Linux i.e. libnode.so.48. This is inconsistent with the conventions on OS/X which uses libnode.48.dylib This change modifies the build process and install.py (used by make binary) to build with the correct name on OS/X when the --shared configure parameter is used. Without these changes, "make binary" with CONFIG_FLAGS=--shared fails on the install.py step

Merge request reports

Loading