Fix typo in xenia-vfs premake generator. Fixes #701.
This commit is contained in:
parent
be962e6de1
commit
5fde9fa720
|
@ -12,6 +12,6 @@ project("xenia-vfs")
|
||||||
defines({
|
defines({
|
||||||
})
|
})
|
||||||
includedirs({
|
includedirs({
|
||||||
project_root.."third_party/gflags/src",
|
project_root.."/third_party/gflags/src",
|
||||||
})
|
})
|
||||||
recursive_platform_files()
|
recursive_platform_files()
|
||||||
|
|
Loading…
Reference in New Issue