File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050 # including unnecessary internal symbols, which may lead to run-time fixups.
5151 # This is not done on AIX where symbols are exported by tools/create_expfile.sh
5252 # see https://github.com/nodejs/node/pull/56290#issuecomment-2582703109
53- ['OS!="aix"' , {
53+ ['OS!="aix" and OS!="os400" ' , {
5454 'defines' : [
5555 'BUILDING_V8_SHARED' , # Make V8_EXPORT visible.
5656 ]
6565 'GCC_SYMBOLS_PRIVATE_EXTERN' : 'YES' , # -fvisibility=hidden
6666 'GCC_INLINES_ARE_PRIVATE_EXTERN' : 'YES' # -fvisibility-inlines-hidden
6767 },
68- }, 'OS!="aix" and (OS!="win" or clang==1)' , {
68+ }, '( OS!="aix" and OS!="os400") and (OS!="win" or clang==1)' , {
6969 'cflags' : [
7070 '-fvisibility=hidden' ,
7171 '-fvisibility-inlines-hidden'
You can’t perform that action at this time.
0 commit comments