File: env.sh

package info (click to toggle)
rust-pyo3 0.25.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,348 kB
  • sloc: javascript: 59; makefile: 58; python: 39; sh: 1
file content (6 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/bash

# Activate emsdk environment. emsdk_env.sh writes a lot to stderr so we suppress
# the output. This also prevents it from complaining when emscripten isn't yet
# installed.
source "$EMSDKDIR/emsdk_env.sh" 2> /dev/null || true