[pcre-dev] [Bug 2334] "make test" reports test failures when…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2334] "make test" reports test failures when running on macOS (x86_64)
https://bugs.exim.org/show_bug.cgi?id=2334

--- Comment #28 from Rich Siegel <siegel@???> ---
Your observation is correct that "TARGET_OS_MAC" is always defined when
building using an Apple toolchain.

However, explicitly testing for TARGET_OS_OSX would be the appropriate change,
rather than a negative test for TARGET_OS_IPHONE.

Patch attached.

--
You are receiving this mail because:
You are on the CC list for the bug.