Skip to content

Commit 3aacadf

Browse files
committed
refine the INFERENCE_DEMO_INSTALL_DIR on mac
1 parent a2c6923 commit 3aacadf

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
@@ -112,6 +112,7 @@ function cmake_gen() {
112112
if [ "$SYSTEM" == "Darwin" ]; then
113113
WITH_DISTRIBUTE=${WITH_DISTRIBUTE:-ON}
114114
WITH_AVX=${WITH_AVX:-ON}
115+
INFERENCE_DEMO_INSTALL_DIR=${INFERENCE_DEMO_INSTALL_DIR}
115116
else
116117
INFERENCE_DEMO_INSTALL_DIR=${INFERENCE_DEMO_INSTALL_DIR=-/root/.cache/inference_demo}
117118
fi

0 commit comments

Comments
 (0)