Skip to content

Commit d3aa19f

Browse files
Jathu Satkunarajahfacebook-github-bot
authored andcommitted
Fix CoreML pybinding module (#9724)
Summary: Pull Request resolved: #9724 I updated the module name in D71931252 and only made the change in CMake. This fixes the buck build. Reviewed By: kirklandsign Differential Revision: D71988950
1 parent 5531a0e commit d3aa19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runtime.cxx_python_extension(
7272
headers = glob([
7373
"runtime/inmemoryfs/**/*.hpp",
7474
]),
75-
base_module = "",
75+
base_module = "executorch.backends.apple.coreml",
7676
compiler_flags = [
7777
"-std=c++17",
7878
],

0 commit comments

Comments
 (0)