diff --git a/lite/api/python/pybind/CMakeLists.txt b/lite/api/python/pybind/CMakeLists.txt index b78ee13ec2a9728bc3edb1b1c4660d119a045fb9..f9343d3347b5565034e15ef8984191d19895ae9a 100644 --- a/lite/api/python/pybind/CMakeLists.txt +++ b/lite/api/python/pybind/CMakeLists.txt @@ -21,7 +21,6 @@ else() add_custom_command(OUTPUT ${LINK_MAP_FILE} COMMAND ...) set_target_properties(lite_pybind PROPERTIES LINK_FLAGS ${LINK_FLAGS}) add_dependencies(lite_pybind custom_linker_map) -endif(APPLE) endif(WIN32) if (LITE_ON_TINY_PUBLISH)