Skip to content

Commit de6802d

Browse files
committed
fix missing core.so on mac
1 parent 6651301 commit de6802d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/setup.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ package_dir={
107107
# So that package points to other directory.
108108
'paddle.fluid.proto.profiler': '${PADDLE_BINARY_DIR}/paddle/fluid/platform',
109109
'paddle.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/fluid/framework',
110+
'paddle.fluid': '${PADDLE_BINARY_DIR}/python/paddle/fluid',
110111
}
111112
if '${WITH_FLUID_ONLY}'== 'OFF':
112113
package_dir['py_paddle']='${PADDLE_BINARY_DIR}/python/py_paddle'

0 commit comments

Comments
 (0)