Skip to content

Commit

Permalink
package/ci: fix build dir for android.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed May 8, 2015
1 parent 57f19db commit 0150026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/ci/jenkins-android.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ else
deprecated_build_flag=OFF
fi
mkdir -p build-nacl-${toolchain}-${compatibility}
cd build-nacl-${toolchain}-${compatibility}
mkdir -p build-android-${toolchain}-${compatibility}
cd build-android-${toolchain}-${compatibility}
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 0150026

Please sign in to comment.