macOS: Try to run unit tests

This commit is contained in:
Jérôme Leclercq
2022-03-20 12:23:50 +01:00
parent 6b85136ed7
commit 1edc82f9cd
2 changed files with 5 additions and 14 deletions

View File

@@ -72,7 +72,7 @@ local modules = {
add_defines("SDL_VIDEO_DRIVER_WAYLAND=1")
elseif is_plat("macosx") then
add_defines("SDL_VIDEO_DRIVER_COCOA=1")
add_packages("libx11")
add_packages("libx11", { links = {} }) -- we only need X11 headers
end
end
},