Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Foudation" Apple Framework should be case sensitive #600

Closed
wants to merge 1 commit into from

Conversation

claviola
Copy link

As per issue #598, the Foundation AppleFramework should be searched case-sensitively, to accomodate for case-sensitive APFS partitions.

As per issue p11-glue#598, the Foundation AppleFramework should be
searched case-sensitively, to accomodate for case-sensitive APFS partitions.
@@ -67,7 +67,7 @@ if get_option('nls') and cc.has_header('libintl.h')
if cc.has_function('dgettext', dependencies : libintl)
libintl_deps += libintl
if ['darwin', 'ios'].contains(host_system)
appleframeworks = dependency('appleframeworks', modules : 'foundation')
appleframeworks = dependency('appleframeworks', modules : 'Foundation')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect we might only need CoreFoundation, as the libintl only checks CF* functions:
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=m4/intlmacosx.m4;h=3141bf8c5e4c949f03d4757701ca9c5fc3c6c9a1;hb=HEAD

@ZoltanFridrich
Copy link
Contributor

Fixed with #603

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants