Skip to content

Commit

Permalink
cmake-configure: fix enable-static option
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnarrr committed May 7, 2020
1 parent 558ef86 commit a100573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a100573

Please sign in to comment.