Skip to content

Commit 4bf5daa

Browse files
Jathu Satkunarajahfacebook-github-bot
authored andcommitted
Fix CoreML pybinding module
Summary: 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 879b94f commit 4bf5daa

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)