We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb1f9 commit 4e3a8bdCopy full SHA for 4e3a8bd
build/build_apple_frameworks.sh
@@ -211,7 +211,7 @@ sed -i '' '1i\
211
sed -i '' '1i\
212
#define C10_USING_CUSTOM_GENERATED_MACROS
213
' $HEADERS_PATH/executorch/runtime/core/portable_type/c10/macros/Export.h
214
-ln -s $HEADERS_PATH/executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/"
+cp -r $HEADERS_PATH/executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/"
215
216
217
cp "$SOURCE_ROOT_DIR/extension/apple/ExecuTorch/Exported/"*.h "$HEADERS_PATH/executorch"
0 commit comments