File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -248,9 +248,8 @@ mkdir -p "$FRAMEWORK_EXECUTORCH_HEADERS_PATH/$FRAMEWORK_EXECUTORCH_MODULE_NAME"
248248sed -i ' ' ' 1i\
249249#define C10_USING_CUSTOM_GENERATED_MACROS
250250' \
251- " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/c10/macros/Macros.h" \
252- " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/c10/macros/Export.h" \
253- " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h"
251+ " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Export.h" \
252+ " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/torch/headeronly/macros/Macros.h"
254253
255254cp -r $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/c10 " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /"
256255cp -r $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/torch " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /"
You can’t perform that action at this time.
0 commit comments