2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-08 12:17:48 +00:00

chore: fix build on linux

This commit is contained in:
Jan Laupetin
2025-10-03 14:08:16 +02:00
parent 026d5e3dfa
commit cb4b69c63b
3 changed files with 26 additions and 12 deletions

View File

@@ -39,6 +39,11 @@ function ModMan:project()
includedirs {
"%{prj.location}"
}
filter { "system:linux", "action:gmake" }
buildoptions { "`pkg-config --cflags gtk4 webkitgtk-6.0`" }
linkoptions { "`pkg-config --libs gtk4 webkitgtk-6.0`" }
filter {}
self:include(includes)
webview:include(includes)