Home | History | Annotate | Download | only in autosetup

Lines Matching defs:emsdk

1043 # @proj-check-emsdk
1048 # anywhere but Linux. Requires that the --with-emsdk flag be
1051 # It looks for the SDK in the location specified by --with-emsdk.
1052 # Values of "" or "auto" mean to check for the environment var EMSDK
1059 # If the --with-emsdk[=DIR] flag is explicitly provided and the SDK is
1066 # - EMSDK_HOME = "" or top dir of the emsdk
1075 proc proj-check-emsdk {} {
1076 set emsdkHome [opt-val with-emsdk]
1083 # Check the environment. $EMSDK gets set by sourcing emsdk_env.sh.
1084 set emsdkHome [get-env EMSDK ""]