|
|
|
@ -13,6 +13,9 @@ options=('!strip' '!buildflags') |
|
|
|
_rootdir=$startdir/../../ |
|
|
|
_rootdir=$startdir/../../ |
|
|
|
|
|
|
|
|
|
|
|
prepare() { |
|
|
|
prepare() { |
|
|
|
|
|
|
|
# rsync can't create the directory on its own if it doesn't exist at all, |
|
|
|
|
|
|
|
# heh |
|
|
|
|
|
|
|
mkdir -p $(em-config CACHE)/sysroot/include/ |
|
|
|
# This is needed in order to fill ~/.emscripten_cache/sysroot/ with |
|
|
|
# This is needed in order to fill ~/.emscripten_cache/sysroot/ with |
|
|
|
# up-to-date dependency headers and libs. There's |
|
|
|
# up-to-date dependency headers and libs. There's |
|
|
|
# embuilder build sysroot --force |
|
|
|
# embuilder build sysroot --force |
|
|
|
|