Fix typo in xenia-vfs premake generator. Fixes #701.
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user