Skip to content

Commit 7365cd2

Browse files
committed
fix
1 parent 6d22505 commit 7365cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/createArmhfMuslGcc.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def call(jenkins) {
1111
Closure action = {
1212
sh """/bin/bash -ex
1313
git clone --depth 1 https://github.com/richfelker/musl-cross-make.git
14-
cd musl-cross-make && cp config.mak musl-cross-make/config.mak
14+
cp config.mak musl-cross-make/config.mak && cd musl-cross-make
1515
export CFLAGS="-fPIC -g1 \$CFLAGS"
1616
export TARGET=arm-linux-musleabihf
1717
make -j4

0 commit comments

Comments
 (0)