Skip to content

Commit a6950e0

Browse files
authored
Merge pull request #11378 from wanglei828/fixbuild
Build: add make before make install to catch up CMakeLists change.
2 parents adc0908 + 24391c7 commit a6950e0

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)