disabling separate dll build for deps and bumping qode version

This commit is contained in:
Atul
2019-08-16 06:12:01 +02:00
parent 543f652906
commit 49de0cbe2e
4 changed files with 12 additions and 11 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
{
"targets": [
{
"target_name": "nodeguidep",
'type': 'shared_library',
# "targets": [
# {
# "target_name": "nodeguidep",
# 'type': 'shared_library',
"include_dirs": ['../deps/'],
"sources": [
"../deps/yoga/log.cpp",
@@ -28,6 +28,6 @@
],
}]
],
}
]
# }
# ]
}