1 Star 0 Fork 0

hzy/emsdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
emsdk_env.csh 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanzhongyi/emsdk.git
[email protected]:hanzhongyi/emsdk.git
hanzhongyi
emsdk
emsdk
main

搜索帮助