Skip to content

Commit

Permalink
nghttp2: also enable static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt52 committed Apr 26, 2024
1 parent b91c74e commit b373e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/nghttp2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ define Package/libnghttp2/description
endef

CMAKE_OPTIONS += \
-DENABLE_LIB_ONLY=ON
-DENABLE_LIB_ONLY=ON -DENABLE_STATIC_LIB=ON

define Build/InstallDev
$(call Build/InstallDev/cmake,$(1))
Expand Down

0 comments on commit b373e7e

Please sign in to comment.