On Wed, Jan 20, 2016 at 3:48 PM, David Morsberger <d...@morsberger.com>
wrote:

> My current workaround is the following change to CMakeLists.txt :
>
> -if(NOT CMAKE_C_COMPILER_ID MATCHES "MSVC")
> +if(NOT (CMAKE_C_COMPILER_ID MATCHES "MSVC" OR XCODE))
>       set(WIRESHARK_LD_FLAGS
>               -Wl,--as-needed
>
>
This is more like fixing the symptom, right?
The real issue here is that CMake finds support for the flags while
building with Xcode does not.


-- 
Stig Bjørlykke
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Reply via email to