update ios and macos

This commit is contained in:
wgh19
2024-04-23 11:53:57 +08:00
parent 67dd0dff9b
commit 6cbedf7d1c
6 changed files with 6 additions and 58 deletions

View File

@@ -7,10 +7,10 @@ mkdir ./cxx
sed 's/\#include \"quickjs\/quickjs.h\"/\#include \"quickjs.h\"/g' ../cxx/ffi.h > ./cxx/ffi.h
cp ../cxx/ffi.cpp ./cxx/ffi.cpp
cp ../cxx/quickjs/*.h ./cxx/
cp ../cxx/quickjs/cutils.c ./cxx/
cp ../cxx/quickjs/libregexp.c ./cxx/
cp ../cxx/quickjs/libunicode.c ./cxx/
cp -r ../cxx/quickjs/* ./cxx
rm ./cxx/quickjs.c
quickjs_version=$(cat ../cxx/quickjs/VERSION)