Skip to content

Commit 82e5738

Browse files
authored
"fix build script" (#11011)
1 parent ccf61b3 commit 82e5738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/scripts/paddle_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ function build() {
183183
============================================
184184
EOF
185185
make clean
186-
make -j `nproc`
186+
make install -j `nproc`
187187
}
188188

189189
function build_android() {

0 commit comments

Comments
 (0)