This commit is contained in:
Бранимир Караџић
2019-01-25 17:18:30 -08:00
parent b555f2ea4d
commit 17a620a609
11 changed files with 215 additions and 201 deletions

View File

@@ -644,6 +644,11 @@ project "shaderc"
"psapi",
}
configuration { "osx or linux*" }
links {
"pthread",
}
configuration {}
if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-ext"), {
@@ -660,13 +665,6 @@ project "shaderc"
dofile(path.join(BGFX_DIR, "../bgfx-ext/scripts/shaderc.lua") )
end
configuration { "osx or linux*" }
links {
"pthread",
}
configuration {}
strip()
group "tools"