systeminformation/binding.gyp
Sebastian Hildebrandt 78c65ecab4 gyp build error fix
2017-01-15 12:47:08 +01:00

24 lines
408 B
Python
Executable File

{
'targets': [
{
"target_name": "none",
"sources": [],
}
],
'conditions': [
['OS=="mac"', {
'targets': [
{
"target_name": "smc",
"sources": [ "lib/OSX/smc.h", "lib/OSX/smc.cc" ],
"link_settings": {
'libraries': [
'IOKit.framework'
]
}
}
],
}]
]
}