Skip to content

Commit 1226665

Browse files
committed
Correct setup.in
1 parent 154368b commit 1226665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ setup(name='${PACKAGE_NAME}',
109109
'': '${CMAKE_CURRENT_SOURCE_DIR}',
110110
# The paddle.v2.fluid.proto will be generated while compiling.
111111
# So that package points to other directory.
112-
'paddle.v2.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/framework',
112+
'paddle.v2.fluid.proto': '${PADDLE_BINARY_DIR}/paddle/fluid/framework',
113113
'py_paddle': '${PADDLE_SOURCE_DIR}/paddle/py_paddle'
114114
},
115115
scripts=paddle_bins,

0 commit comments

Comments
 (0)