CompileOnly libcxx

This commit is contained in:
LoveSy 2022-09-16 18:36:50 +08:00
parent fb083af39c
commit dfcf413b97
No known key found for this signature in database

View File

@ -190,7 +190,7 @@ publishing {
} }
} }
dependencies { dependencies {
"standaloneImplementation"("dev.rikka.ndk.thirdparty:cxx:1.2.0") "standaloneCompileOnly"("dev.rikka.ndk.thirdparty:cxx:1.2.0")
} }
} }