1 Star 1 Fork 2

ngwsx / njs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configure 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
Igor Sysoev 提交于 2015-09-23 03:31 . Initial import of nJScript.
#!/bin/sh
# Copyright (C) Igor Sysoev
# Copyright (C) NGINX, Inc.
# Disable localized program messages.
LANG=C
export LANG
# Stop on error exit status.
set -e
# Stop on uninitialized variable.
set -u
CC=${CC:-}
NXT_BUILDDIR=${NXT_BUILDDIR:-build}
test -d $NXT_BUILDDIR || mkdir $NXT_BUILDDIR
cd nxt && NXT_BUILDDIR=../${NXT_BUILDDIR} CC=${CC} ./auto/configure
C
1
https://gitee.com/ngwsx2008/njs.git
git@gitee.com:ngwsx2008/njs.git
ngwsx2008
njs
njs
master

搜索帮助