Commit f4465e6 1 parent 4ff2822 commit f4465e6 Copy full SHA for f4465e6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ rm -f deps/undici/undici.js
32
32
FILE_PATH=" $ROOT /src/undici_version.h"
33
33
echo " // This is an auto generated file, please do not edit." > " $FILE_PATH "
34
34
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 "
37
37
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 "
39
39
)
40
40
41
41
mv undici-tmp/node_modules/undici deps/undici/src
You can’t perform that action at this time.
0 commit comments