Fixed build.

This commit is contained in:
Branimir Karadžić 2017-01-08 18:20:00 -08:00
parent 4603b2fd43
commit 89eef364bb
2 changed files with 10 additions and 0 deletions

View File

@ -147,6 +147,11 @@ project "shaderc"
path.join(GLSL_OPTIMIZER, "include/c99"),
}
configuration { "vs20* or mingw*" }
links {
"psapi",
}
configuration {}
defines { -- fcpp

View File

@ -49,4 +49,9 @@ project "texturec"
"Cocoa.framework",
}
configuration { "vs20* or mingw*" }
links {
"psapi",
}
configuration {}