On Thu Apr 17 06:06:18 2025 +0000, Alexandre Julliard wrote:
This breaks the macOS build:
Undefined symbols for architecture x86_64: "_bluez_adapter_remove_device", referenced from: _bluetooth_adapter_remove_device in unixlib.o "_bluez_device_disconnect", referenced from: _bluetooth_device_disconnect in unixlib.o
The stubs for these functions when DBus is not available were missing. Fixed now, thanks.