We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
capnp
1 parent e3c08eb commit a413595Copy full SHA for a413595
depends/packages/capnp.mk
@@ -6,8 +6,13 @@ $(package)_file_name=$(native_$(package)_file_name)
6
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
7
$(package)_dependencies=native_$(package)
8
9
+define $(package)_set_vars :=
10
+$(package)_config_opts := --with-external-capnp
11
+$(package)_config_opts_android := --disable-shared
12
+endef
13
+
14
define $(package)_config_cmds
- $($(package)_autoconf) --with-external-capnp
15
+ $($(package)_autoconf)
16
endef
17
18
define $(package)_build_cmds
0 commit comments