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"
248
248
sed -i ' ' ' 1i\
249
249
#define C10_USING_CUSTOM_GENERATED_MACROS
250
250
' \
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"
254
253
255
254
cp -r $FRAMEWORK_EXECUTORCH_HEADERS_PATH /executorch/runtime/core/portable_type/c10/c10 " $FRAMEWORK_EXECUTORCH_HEADERS_PATH /"
256
255
cp -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