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() {
265
265
. header ( "wrapper.h" )
266
266
. clang_arg ( format ! ( "-I{}" , llama_src. join( "include" ) . display( ) ) )
267
267
. clang_arg ( format ! ( "-I{}" , llama_src. join( "ggml/include" ) . display( ) ) )
268
- . clang_arg ( format ! ( "--target={}" , target_triple) )
269
268
. parse_callbacks ( Box :: new ( bindgen:: CargoCallbacks :: new ( ) ) )
270
269
. derive_partialeq ( true )
271
270
. allowlist_function ( "ggml_.*" )
@@ -383,7 +382,6 @@ fn main() {
383
382
384
383
// Configure bindgen for Android
385
384
bindings_builder = bindings_builder
386
- . clang_arg ( format ! ( "--target={}" , target_triple) )
387
385
. clang_arg ( format ! ( "--sysroot={}" , sysroot) )
388
386
. clang_arg ( format ! ( "-D__ANDROID_API__={}" , android_api) )
389
387
. clang_arg ( "-D__ANDROID__" ) ;
You can’t perform that action at this time.
0 commit comments