scripts/homebrew.ini

Tue, 08 Apr 2025 23:20:52 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 08 Apr 2025 23:20:52 -0500
changeset 43225
f0ffa584435b
parent 42843
6f1c0b343bc4
permissions
-rw-r--r--

IRCv3: Fix privmsg going to the status window before registration is complete

This got broken when some of this code was reorganized.

Testing Done:
Ran `ninja scan-build` and verified the error was gone. Also connected to libera and verified that I didn't get a conversation with the server's name anymore.

Reviewed at https://reviews.imfreedom.org/r/3963/

[constants]
macosx_sdk = '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk'
macosx_minver = '10.13'
common_args = ['--sysroot=' + macosx_sdk, '-mmacosx-version-min=' + macosx_minver, '-F' + macosx_sdk / 'System/Library/Frameworks']
homebrew_prefix = '/usr/local'

icu4c_pc = homebrew_prefix / 'opt/icu4c/lib/pkgconfig'
libsoup3_pc = homebrew_prefix / 'opt/libsoup@3/lib/pkgconfig'
libxml2_pc = homebrew_prefix / 'opt/libxml2/lib/pkgconfig'
python3_pc = homebrew_prefix / 'opt/python@3/lib/pkgconfig'

[built-in options]
c_args = common_args
c_link_args = common_args
cpp_args = common_args
cpp_link_args = common_args
objc_args = common_args
objc_link_args = common_args
objcpp_args = common_args
objcpp_link_args = common_args

pkg_config_path = [icu4c_pc, libsoup3_pc, libxml2_pc, python3_pc]

[project options]
introspection = false

[birb:project options]
doc = false
introspection = false

[gplugin:project options]
doc = false
introspection = false
lua = false
python3 = false
vapi = false

[hasl]
doc = false
introspection = false

[ibis]
doc = false
introspection = false

[myna]
doc = false
introspection = false

[xeme]
doc = false
introspection = false

[binaries]
xgettext = homebrew_prefix / 'opt/gettext/bin/xgettext'

mercurial