diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-14 21:48:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-14 22:06:38 +0200 |
commit | 405f822b0eb96f53f79a4fc6733f6f18fe119faf (patch) | |
tree | 3544a3c36defb018eea1212c9d0cf9e80226015e /toolchain | |
parent | 6618e3313ea8949112d56ad1dd46bb59ba6bf842 (diff) |
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/expat/Makefile b/toolchain/expat/Makefile index 6d1c6215b..1affc7b28 100644 --- a/toolchain/expat/Makefile +++ b/toolchain/expat/Makefile @@ -17,6 +17,7 @@ $(WRKBUILD)/.configured: --enable-static \ --disable-shared \ --without-docbook \ + --without-tests \ ); touch $@ |