Thanks to visit codestin.com Credit goes to github.com
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 2d48d17 commit 22fa6bdCopy full SHA for 22fa6bd
tools/v8_gypfiles/v8.gyp
@@ -50,7 +50,7 @@
50
# including unnecessary internal symbols, which may lead to run-time fixups.
51
# This is not done on AIX where symbols are exported by tools/create_expfile.sh
52
# see https://github.com/nodejs/node/pull/56290#issuecomment-2582703109
53
- ['OS!="aix"', {
+ ['OS!="aix" and OS!="os400"', {
54
'defines': [
55
'BUILDING_V8_SHARED', # Make V8_EXPORT visible.
56
]
@@ -65,7 +65,7 @@
65
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
66
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES' # -fvisibility-inlines-hidden
67
},
68
- }, 'OS!="aix" and (OS!="win" or clang==1)', {
+ }, '(OS!="aix" and OS!="os400") and (OS!="win" or clang==1)', {
69
'cflags': [
70
'-fvisibility=hidden',
71
'-fvisibility-inlines-hidden'
0 commit comments