mirror of
https://github.com/penpot/penpot.git
synced 2025-02-07 23:08:24 -05:00
📎 Add workaround for missing cargo on PATH on render-wasm build script
This commit is contained in:
parent
fa8af898ba
commit
48b72229c3
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ else
|
|||
export _BUILD_MODE=${1:-debug};
|
||||
fi
|
||||
|
||||
export PATH="/usr/local/cargo/bin:$PATH";
|
||||
|
||||
export EMSDK_QUIET=1
|
||||
export EMCC_CFLAGS="--no-entry -s ERROR_ON_UNDEFINED_SYMBOLS=0 -s MAX_WEBGL_VERSION=2 -s MODULARIZE=1 -s EXPORT_NAME=createRustSkiaModule -s EXPORTED_RUNTIME_METHODS=GL -s ENVIRONMENT=web -s EXPORT_ES6=1 -sMODULARIZE"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue