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:
parent
6f348f0ba5
commit
b7c9cf36ae
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue