From dfcf413b97c2ecde419f202a6cc86ffda5d75efe Mon Sep 17 00:00:00 2001 From: LoveSy Date: Fri, 16 Sep 2022 18:36:50 +0800 Subject: [PATCH] CompileOnly libcxx --- lsplant/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsplant/build.gradle.kts b/lsplant/build.gradle.kts index 8cad70e..3d3d448 100644 --- a/lsplant/build.gradle.kts +++ b/lsplant/build.gradle.kts @@ -190,7 +190,7 @@ publishing { } } dependencies { - "standaloneImplementation"("dev.rikka.ndk.thirdparty:cxx:1.2.0") + "standaloneCompileOnly"("dev.rikka.ndk.thirdparty:cxx:1.2.0") } }