Browse Source

cmake-configure: fix enable-static option

pull/603/head
hofnarr Björn Esser 5 years ago
parent
commit
2db5633de4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmake-configure

+ 1
- 1
cmake-configure View File

@@ -65,7 +65,7 @@ while [ $# -gt 0 ] ; do
FLAGS+=(-DBUILD_SHARED_LIBS=ON)
;;
--enable-static)
FLAGS+=(-DBUILD_SHARED_LIBS=OFF)
FLAGS+=(-DBUILD_STATIC_LIBS=ON)
;;
--disable-Bsymbolic)
FLAGS+=(-DDISABLE_BSYMBOLIC=ON)


Loading…
Cancel
Save