Remove moltenvk package for now
This commit is contained in:
parent
723c58b6f5
commit
f114f900b4
|
|
@ -103,7 +103,6 @@ local modules = {
|
||||||
add_defines("VK_USE_PLATFORM_WAYLAND_KHR")
|
add_defines("VK_USE_PLATFORM_WAYLAND_KHR")
|
||||||
elseif is_plat("macosx") then
|
elseif is_plat("macosx") then
|
||||||
add_defines("VK_USE_PLATFORM_METAL_EXT")
|
add_defines("VK_USE_PLATFORM_METAL_EXT")
|
||||||
add_packages("moltenvk")
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
@ -139,7 +138,7 @@ add_requires("openal-soft", { configs = { shared = true }})
|
||||||
add_requires("newtondynamics", { debug = is_plat("windows") and is_mode("debug") }) -- Newton doesn't like compiling in Debug on Linux
|
add_requires("newtondynamics", { debug = is_plat("windows") and is_mode("debug") }) -- Newton doesn't like compiling in Debug on Linux
|
||||||
|
|
||||||
if is_plat("macosx") then
|
if is_plat("macosx") then
|
||||||
add_requires("libx11", "moltenvk")
|
add_requires("libx11")
|
||||||
end
|
end
|
||||||
|
|
||||||
add_rules("mode.asan", "mode.coverage", "mode.debug", "mode.releasedbg")
|
add_rules("mode.asan", "mode.coverage", "mode.debug", "mode.releasedbg")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue