Mercurial
view third_party/emsdk/emsdk_env.csh @ 282:6bd4a3990696 default tip
Add cross-platform canvas orchestration and typed composer
Enable native ARM dependencies, macOS Copilot orchestration, portable service supervision, CPU dictation, and a shared N-key speak-or-type composer.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 20 Aug 2026 20:45:25 -0700 |
| parents | 8d17f6e6e290 |
| children |
line wrap: on
line source
# This script is sourced by the user and uses # their shell. Try not to use tcshisms. # Do not execute this script without sourcing, # because it won't have any effect then. # That is, always run this script with # # source ./emsdk_env.csh # # instead of just plainly running with # # ./emsdk_env.csh # # which won't have any effect. set SRC=($_) if ("$SRC" == "") then set SRC="$0" else set SRC="$SRC[1]" endif set CURDIR=`pwd` setenv DIR `dirname "$SRC"` unset SRC setenv EMSDK_CSH 1 eval `$DIR/emsdk construct_env` unsetenv DIR unsetenv EMSDK_CSH