switch order of linked libs

This commit is contained in:
blagoev 2017-12-21 20:32:07 +02:00
parent a603a9eac0
commit d893f7fa91
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@
]
},
"link_settings": {
"libraries": [ "-lrealm<(debug_library_suffix)", "-lrealm-parser<(debug_library_suffix)" ],
"libraries": [ "-lrealm-parser<(debug_library_suffix)", "-lrealm<(debug_library_suffix)" ],
},
"variables": {
"prefix": "<!(node -p \"process.env.REALM_CORE_PREFIX || String()\")"