Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickjs #594

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions bin/node-build
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,13 @@ build_package_graal() {
rm -rf demo sample src
}

build_package_quickjs() {
export QUICKJS_CONFIGURE=true
build_package_standard_build "$@"
export QUICKJS_MAKE_INSTALL_OPTS="prefix=$PREFIX_PATH"
build_package_standard_install "$@"
}

before_install_package() {
:
}
Expand Down
4 changes: 4 additions & 0 deletions share/node-build/quickjs-2020_03_16
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# binary linux-x64 "https://bellard.org/quickjs/binary_releases/quickjs-linux-x86_64-2020-03-16.zip#3fc5df07ed20b567ebc8bd09f09d77e3d1132e912328fce36cc293eae47742c3"
# binary linux-x86 "https://bellard.org/quickjs/binary_releases/quickjs-linux-i686-2020-03-16.zip#c16120090de22456e3a2da036e1162d985653a886c08023af910654e548e13e1"

install_package "quickjs-2020_03_16" "https://bellard.org/quickjs/quickjs-2020-03-16.tar.xz#d01433cfee98c9541c8f2fa215e2a9e4932f5e58b65eb031ebb324fd808bc08b" quickjs