diff --git a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json index bb0d8db..aeb5855 100644 --- a/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json +++ b/scripts/flatpak/com.github.thestr4ng3r.Chiaki.json @@ -104,6 +104,10 @@ { "name": "glm", "buildsystem": "cmake", + "build-commands": [ + "mkdir -p /app/include/glm", + "cp -r glm/glm /app/include/glm" + ], "config-opts": [ "-DCMAKE_INSTALL_PREFIX=/app" ],