We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e442 commit e831bd4Copy full SHA for e831bd4
paddle/fluid/inference/CMakeLists.txt
@@ -11,7 +11,7 @@ cc_library(paddle_fluid DEPS ${fluid_modules})
11
# Create shared library
12
cc_library(paddle_fluid_shared SHARED
13
SRCS io.cc
14
- DEPS ${GLOB_OP_LIB} ${FLUID_CORE_MODULES})
+ DEPS ${ARCHIVE_START} ${GLOB_OP_LIB} ${FLUID_CORE_MODULES} ${ARCHIVE_START})
15
set_target_properties(paddle_fluid_shared PROPERTIES OUTPUT_NAME paddle_fluid)
16
if(NOT APPLE)
17
# TODO(liuyiqun): Temporarily disable the link flag because it is not support on Mac.
0 commit comments