Enable building against realm-sync checkout (#1863)

When Sync switched to building with CMake the folder paths changed slightly. Luckily, we already know the structure from Core and can use the same one.
This commit is contained in:
Yavor Georgiev 2018-06-17 14:12:06 +03:00 committed by GitHub
parent 6f348f0ba5
commit b7c9cf36ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -212,10 +212,10 @@
"conditions": [
["prefix!=''", {
"all_dependent_settings": {
"include_dirs": [ "<(prefix)/src" ],
"include_dirs": [ "<(prefix)/src", "<(prefix)/<(build_directory)/src" ],
},
"direct_dependent_settings": {
"library_dirs": [ "<(prefix)/src/realm" ]
"link_settings": {
"library_dirs": [ "<(prefix)/<(build_directory)/src/realm" ]
}
}, {
"dependencies": [ "vendored-realm" ]