From 8e4455111afd89c350b0c1763100b79fd125ba74 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Sat, 31 Jul 2021 09:39:35 +0000 Subject: [PATCH] glfw: build shared --- pkgs/glfw/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/glfw/build.sh b/pkgs/glfw/build.sh index d9c4a64..87d07fb 100644 --- a/pkgs/glfw/build.sh +++ b/pkgs/glfw/build.sh @@ -15,7 +15,8 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DGLFW_USE_WAYLAND=1 \ - -DGLFW_BUILD_DOCS=0 + -DGLFW_BUILD_DOCS=0 \ + -DBUILD_SHARED_LIBS=ON samu }