mirror of
https://github.com/json-c/json-c.git
synced 2026-03-13 18:19:06 +08:00
cmake-configure: fix enable-static option
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user