Expose libuv's symbols.
This commit is contained in:
parent
45f864d2b4
commit
df919a4be8
1 changed files with 10 additions and 0 deletions
10
common.gypi
10
common.gypi
|
@ -63,6 +63,16 @@
|
|||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO'
|
||||
},
|
||||
}],
|
||||
['_target_name=="libuv"', {
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
# Expose libuv's symbols.
|
||||
'defines': [
|
||||
'BUILDING_UV_SHARED=1',
|
||||
],
|
||||
}], # OS=="win"
|
||||
],
|
||||
}],
|
||||
],
|
||||
'msvs_cygwin_shell': 0, # Strangely setting it to 1 would make building under cygwin fail.
|
||||
'msvs_disabled_warnings': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue