File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,6 @@ fn main() {
265265 . header ( "wrapper.h" )
266266 . clang_arg ( format ! ( "-I{}" , llama_src. join( "include" ) . display( ) ) )
267267 . clang_arg ( format ! ( "-I{}" , llama_src. join( "ggml/include" ) . display( ) ) )
268- . clang_arg ( format ! ( "--target={}" , target_triple) )
269268 . parse_callbacks ( Box :: new ( bindgen:: CargoCallbacks :: new ( ) ) )
270269 . derive_partialeq ( true )
271270 . allowlist_function ( "ggml_.*" )
@@ -383,7 +382,6 @@ fn main() {
383382
384383 // Configure bindgen for Android
385384 bindings_builder = bindings_builder
386- . clang_arg ( format ! ( "--target={}" , target_triple) )
387385 . clang_arg ( format ! ( "--sysroot={}" , sysroot) )
388386 . clang_arg ( format ! ( "-D__ANDROID_API__={}" , android_api) )
389387 . clang_arg ( "-D__ANDROID__" ) ;
You can’t perform that action at this time.
0 commit comments