[CI] Fix mspack linking even more.

This commit is contained in:
gibbed
2018-11-23 17:58:38 -06:00
parent 213e688173
commit d87ae26895
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ project("xenia-cpu")
language("C++")
links({
"xenia-base",
"mspack",
})
includedirs({
project_root.."/third_party/llvm/include",