Skip to content

Commit

Permalink
Merge pull request #9725 from jacquesqiao/fix-missing-core.so
Browse files Browse the repository at this point in the history
fix missing core.so on mac
  • Loading branch information
jacquesqiao authored Apr 8, 2018
2 parents 6651301 + de6802d commit 572148b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ package_dir={
# So that package points to other directory.
'paddle.fluid.proto.profiler': '${PADDLE_BINARY_DIR}/paddle/fluid/platform',
'paddle.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/fluid/framework',
'paddle.fluid': '${PADDLE_BINARY_DIR}/python/paddle/fluid',
}
if '${WITH_FLUID_ONLY}'== 'OFF':
package_dir['py_paddle']='${PADDLE_BINARY_DIR}/python/py_paddle'
Expand Down

0 comments on commit 572148b

Please sign in to comment.