Changes between Initial Version and Version 1 of Ticket #64250, comment 8


Ignore:
Timestamp:
Dec 20, 2021, 11:46:24 PM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64250, comment 8

    initial v1  
    22
    33Fixed that with a quick patch, and let's see ...
     4
     5{{{
     6--- cmake/merge_archives.cmake.in.orig  2021-12-20 15:38:08.000000000 -0800
     7+++ cmake/merge_archives.cmake.in       2021-12-20 15:38:41.000000000 -0800
     8@@ -106,7 +106,7 @@
     9 ELSEIF(APPLE)
     10   # libtool handles it for us
     11   EXECUTE_PROCESS(
     12-    COMMAND /usr/bin/libtool -static -o ${TARGET_LOC} ${LIB_LOCATIONS}
     13+    COMMAND libtool -static -o ${TARGET_LOC} ${LIB_LOCATIONS}
     14     )
     15 ELSEIF(LINUX)
     16   # First create a "thin" archive, then convert it to a normal one.
     17}}}