libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.3-9-gc4221d1

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 17 Aug 2016 15:46:57 +0200 (CEST)
The branch, master has been updated
       via  c4221d17cfaa1f400ea15515a33590ab950161b6 (commit)
      from  71030195f48bbf49b84de66a425ae10e5577774e (commit)


- Log -----------------------------------------------------------------
commit c4221d17cfaa1f400ea15515a33590ab950161b6
Author: Tim D. Smith <git@xxxxxxxxxxxx>
Date:   Tue Aug 16 20:44:57 2016 -0700

    Allow LINK_PYTHON_LIBRARY=OFF on Darwin

-----------------------------------------------------------------------

Summary of changes:
 python/CMakeLists.txt |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 8b52745..31ef1c6 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -30,6 +30,8 @@ if ( SWIG_FOUND AND PYTHONLIBS_FOUND AND PYTHONINTERP_FOUND )
 
   if ( LINK_PYTHON_LIBRARY )
     swig_link_libraries ( ftdi1 ${PYTHON_LIBRARIES} )
+  elseif( APPLE )
+    set_target_properties ( ${SWIG_MODULE_ftdi1_REAL_NAME} PROPERTIES 
LINK_FLAGS "-undefined dynamic_lookup" )
   endif ()
 
   set_target_properties ( ${SWIG_MODULE_ftdi1_REAL_NAME} PROPERTIES NO_SONAME 
ON )


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.3-9-gc4221d1, libftdi-git <=