mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
update ios and macos
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user