Skip to content

Commit

Permalink
Add ARCHIVE_START/END back
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkuiyi committed Apr 8, 2018
1 parent 080e442 commit e831bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/inference/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cc_library(paddle_fluid DEPS ${fluid_modules})
# Create shared library
cc_library(paddle_fluid_shared SHARED
SRCS io.cc
DEPS ${GLOB_OP_LIB} ${FLUID_CORE_MODULES})
DEPS ${ARCHIVE_START} ${GLOB_OP_LIB} ${FLUID_CORE_MODULES} ${ARCHIVE_START})
set_target_properties(paddle_fluid_shared PROPERTIES OUTPUT_NAME paddle_fluid)
if(NOT APPLE)
# TODO(liuyiqun): Temporarily disable the link flag because it is not support on Mac.
Expand Down

0 comments on commit e831bd4

Please sign in to comment.