mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
14 lines
299 B
Python
14 lines
299 B
Python
{
|
|
'defines': [ 'V8_DEPRECATION_WARNINGS=1' ],
|
|
'conditions': [
|
|
[ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', {
|
|
'cflags': ['-Wno-cast-function-type'],
|
|
}],
|
|
],
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': [ 'binding.cc' ],
|
|
}
|
|
]
|
|
} |