File tree 2 files changed +3
-3
lines changed
backends/apple/coreml/runtime
workspace/executorchcoreml.xcodeproj 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
cxx_std = cxx_std ,
31
31
extra_compile_args = ["-mmacosx-version-min=10.15" , "-g" ],
32
32
include_dirs = [
33
- "../../third-party/nlohmann_json/single_include/nlohmann " ,
33
+ "../../third-party/nlohmann_json/single_include" ,
34
34
"." ,
35
35
"../util" ,
36
36
],
Original file line number Diff line number Diff line change 900
900
"$(SRCROOT)/../include",
901
901
"$(SRCROOT)/../sdk",
902
902
"$(SRCROOT)/../util",
903
- "$(SRCROOT)/../../third-party/nlohmann_json/single_include/nlohmann ",
903
+ "$(SRCROOT)/../../third-party/nlohmann_json/single_include",
904
904
"$(SRCROOT)/../../third-party/coremltools/deps/protobuf/src",
905
905
);
906
906
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
931
931
"$(SRCROOT)/../include",
932
932
"$(SRCROOT)/../sdk",
933
933
"$(SRCROOT)/../util",
934
- "$(SRCROOT)/../../third-party/nlohmann_json/single_include/nlohmann ",
934
+ "$(SRCROOT)/../../third-party/nlohmann_json/single_include",
935
935
"$(SRCROOT)/../../third-party/coremltools/deps/protobuf/src",
936
936
);
937
937
IPHONEOS_DEPLOYMENT_TARGET = 16.0;
You can’t perform that action at this time.
0 commit comments