glfw: build shared
This commit is contained in:
parent
03fe192d95
commit
8e4455111a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue