switch order of linked libs
This commit is contained in:
parent
a603a9eac0
commit
d893f7fa91
|
@ -175,7 +175,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"link_settings": {
|
"link_settings": {
|
||||||
"libraries": [ "-lrealm<(debug_library_suffix)", "-lrealm-parser<(debug_library_suffix)" ],
|
"libraries": [ "-lrealm-parser<(debug_library_suffix)", "-lrealm<(debug_library_suffix)" ],
|
||||||
},
|
},
|
||||||
"variables": {
|
"variables": {
|
||||||
"prefix": "<!(node -p \"process.env.REALM_CORE_PREFIX || String()\")"
|
"prefix": "<!(node -p \"process.env.REALM_CORE_PREFIX || String()\")"
|
||||||
|
|
Loading…
Reference in New Issue