Remove incorrect include paths
This commit is contained in:
parent
20685c9941
commit
4961643f8c
|
@ -37,9 +37,6 @@
|
||||||
"type": "static_library",
|
"type": "static_library",
|
||||||
"include_dirs": [
|
"include_dirs": [
|
||||||
"src/object-store/src",
|
"src/object-store/src",
|
||||||
"src/object-store/src/impl",
|
|
||||||
"src/object-store/src/impl/apple",
|
|
||||||
"src/object-store/src/parser",
|
|
||||||
"src/object-store/external/pegtl"
|
"src/object-store/external/pegtl"
|
||||||
],
|
],
|
||||||
"defines": [ "REALM_PLATFORM_NODE=1" ],
|
"defines": [ "REALM_PLATFORM_NODE=1" ],
|
||||||
|
|
Loading…
Reference in New Issue