We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4831960 commit c828447Copy full SHA for c828447
.gitignore
@@ -0,0 +1 @@
1
+nginx
nginx-builder.sh
@@ -24,9 +24,9 @@ cd ..
24
echo "Step 1: 构建 $1 版本"
25
echo "Step 1.1: 配置"
26
if [ "$1" == "windows" ]; then
27
- ./configure-win.sh $2 $CURRENT_TIME
+ $RUNPATH/configure-win.sh $2 $CURRENT_TIME
28
else
29
- ./configure-linux.sh $2 $CURRENT_TIME
+ $RUNPATH/configure-linux.sh $2 $CURRENT_TIME
30
fi
31
32
echo "Step 1.2: 构建!"
0 commit comments