From ef11282bcab2534c83cfa3683d5676f69bfb9108 Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 27 May 2024 05:54:57 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9f2fs-tools=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E7=9A=84mkfs=E6=8E=A5=E5=8F=A3=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E6=B6=88=E9=99=A4=E8=93=9D=E5=8C=BAci=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- mkfs/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mkfs/BUILD.gn b/mkfs/BUILD.gn index 5cea424..e7549ae 100644 --- a/mkfs/BUILD.gn +++ b/mkfs/BUILD.gn @@ -34,10 +34,13 @@ ohos_executable("mkfs.f2fs") { ] deps = [ - "//third_party/e2fsprogs:libext2_uuid", "//third_party/f2fs-tools/lib:libf2fs", ] + external_deps = [ + "e2fsprogs:libext2_uuid", + ] + defines = [ "HAVE_CONFIG_H" ] install_enable = true