vulkan ver. bump

This commit is contained in:
Rmys
2021-02-01 18:41:22 +03:00
committed by GitHub
parent d6bbeb385f
commit 802b31d687
+2 -2
View File
@@ -89,11 +89,11 @@ def setup():
def build():
shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver))
shelltools.cd("build")
cmaketools.make()
cmaketools.make("-j1")
shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver))
shelltools.cd("build")
cmaketools.make()
cmaketools.make("-j1")
def install():