Skip to content

Commit a413595

Browse files
committed
build: Fix capnp package build for Android
1 parent e3c08eb commit a413595

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

depends/packages/capnp.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ $(package)_file_name=$(native_$(package)_file_name)
66
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
77
$(package)_dependencies=native_$(package)
88

9+
define $(package)_set_vars :=
10+
$(package)_config_opts := --with-external-capnp
11+
$(package)_config_opts_android := --disable-shared
12+
endef
13+
914
define $(package)_config_cmds
10-
$($(package)_autoconf) --with-external-capnp
15+
$($(package)_autoconf)
1116
endef
1217

1318
define $(package)_build_cmds

0 commit comments

Comments
 (0)