File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ rm -f deps/undici/undici.js
3232 FILE_PATH=" $ROOT /src/undici_version.h"
3333 echo " // This is an auto generated file, please do not edit." > " $FILE_PATH "
3434 echo " // Refer to tools/update-undici.sh" >> " $FILE_PATH "
35- echo " #ifndef SRC_ACORN_VERSION_H_ " >> " $FILE_PATH "
36- echo " #define SRC_ACORN_VERSION_H_ " >> " $FILE_PATH "
35+ echo " #ifndef SRC_UNDICI_VERSION_H_ " >> " $FILE_PATH "
36+ echo " #define SRC_UNDICI_VERSION_H_ " >> " $FILE_PATH "
3737 echo " #define UNDICI_VERSION \" $UNDICI_VERSION \" " >> " $FILE_PATH "
38- echo " #endif // SRC_ACORN_VERSION_H_ " >> " $FILE_PATH "
38+ echo " #endif // SRC_UNDICI_VERSION_H_ " >> " $FILE_PATH "
3939)
4040
4141mv undici-tmp/node_modules/undici deps/undici/src
You can’t perform that action at this time.
0 commit comments