Skip to content

Commit

Permalink
add missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Aug 3, 2024
1 parent 94d54b9 commit cfc68e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def get_ext_modules() -> List[Extension]:
# Install the prebuilt library for quantized ops required by custom ops.
BuiltFile(
"kernels/quantized/libquantized_ops_aot_lib.*",
"executorch/kernels/quantized",
"executorch/kernels/quantized/",
)
)

Expand Down

0 comments on commit cfc68e4

Please sign in to comment.