Skip to content

Commit

Permalink
Merge pull request #11378 from wanglei828/fixbuild
Browse files Browse the repository at this point in the history
Build: add make before make install to catch up CMakeLists change.
  • Loading branch information
luotao1 authored Jun 12, 2018
2 parents adc0908 + 24391c7 commit a6950e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ function build() {
============================================
EOF
make clean
make -j `nproc`
make install -j `nproc`
}

Expand Down

0 comments on commit a6950e0

Please sign in to comment.