vulkan
This commit is contained in:
@@ -98,12 +98,12 @@ def setup():
|
||||
def build():
|
||||
shelltools.cd("%s/Vulkan-Loader-%s" %(get.workDIR(), ver))
|
||||
shelltools.cd("build")
|
||||
cmaketools.make("-j4")
|
||||
cmaketools.make("-j1")
|
||||
|
||||
shelltools.cd("%s/Vulkan-ValidationLayers-%s" %(get.workDIR(), ver))
|
||||
# shelltools.cd("%s/Vulkan-ValidationLayers-master" % get.workDIR())
|
||||
shelltools.cd("build")
|
||||
cmaketools.make("-j4")
|
||||
cmaketools.make("-j1")
|
||||
|
||||
def install():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user