File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ let package = Package(
2828 resources: [
2929 . process( " src/ggml-metal.metal " )
3030 ] ,
31- publicHeadersPath: " include/ggml " ,
31+ publicHeadersPath: " spm-headers " ,
3232 cSettings: [
3333 . unsafeFlags( [ " -Wno-shorten-64-to-32 " , " -O3 " , " -DNDEBUG " ] ) ,
3434 . define( " GGML_USE_ACCELERATE " ) ,
Original file line number Diff line number Diff line change 1+ ../include /ggml /ggml - alloc .h
Original file line number Diff line number Diff line change 1+ ../include /ggml /ggml - backend .h
Original file line number Diff line number Diff line change 1+ ../include /ggml /ggml .h
Original file line number Diff line number Diff line change 1+ module ggml {
2+ header "ggml.h"
3+ header "ggml-alloc.h"
4+ header "ggml-backend.h"
5+
6+ export *
7+ }
You can’t perform that action at this time.
0 commit comments