Skip to content

Commit 24391c7

Browse files
committed
Build: add make before make install to catch up Makefile change.
1 parent adc0908 commit 24391c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ function build() {
181181
============================================
182182
EOF
183183
make clean
184+
make -j `nproc`
184185
make install -j `nproc`
185186
}
186187

0 commit comments

Comments
 (0)