File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ add_library(plasma SHARED
7171add_dependencies (plasma gen_plasma_fbs)
7272
7373if (APPLE )
74- target_link_libraries (plasma plasma_lib "-undefined dynamic_lookup" -Wl,-force_load,${FLATBUFFERS_STATIC_LIB} ${PYTHON_LIBRARIES} ${ FLATBUFFERS_STATIC_LIB} -lpthread)
74+ target_link_libraries (plasma plasma_lib "-undefined dynamic_lookup" -Wl,-force_load,${FLATBUFFERS_STATIC_LIB} ${FLATBUFFERS_STATIC_LIB} -lpthread)
7575else (APPLE )
76- target_link_libraries (plasma plasma_lib -Wl,--whole-archive ${FLATBUFFERS_STATIC_LIB} -Wl,--no -whole-archive ${PYTHON_LIBRARIES} ${ FLATBUFFERS_STATIC_LIB} -lpthread)
76+ target_link_libraries (plasma plasma_lib -Wl,--whole-archive ${FLATBUFFERS_STATIC_LIB} -Wl,--no -whole-archive ${FLATBUFFERS_STATIC_LIB} -lpthread)
7777endif (APPLE )
7878
7979include_directories ("${FLATBUFFERS_INCLUDE_DIR} " )
You can’t perform that action at this time.
0 commit comments