Make glfw a shared library

master
Marko Semet 2021-11-08 01:25:56 +01:00 committed by Marko Semet
parent d9122f1245
commit 3078ddde0c
1 changed files with 1 additions and 0 deletions

View File

@ -22,5 +22,6 @@ modules:
builddir: true
config-opts:
- -DCMAKE_INSTALL_PREFIX=/app/tools/glfw
- -DBUILD_SHARED_LIBS=ON
post-install:
- find /app/tools/glfw -type f | xargs -I{} strip -g {} || true