Skip to content

Commit

Permalink
meson: Disable Fruity and friends on FreeBSD
Browse files Browse the repository at this point in the history
As we currently rely on a libusb API that only exists in our libusb.
  • Loading branch information
oleavr authored and hsorbo committed Oct 5, 2024
1 parent 1c4902e commit b22507e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if cc.sizeof('void *') == 8
else
host_cpu_mode = '32'
endif
host_docks_mobile_devices = host_os in ['windows', 'macos', 'linux', 'freebsd'] and host_cpu_mode == '64'
host_docks_mobile_devices = host_os in ['windows', 'macos', 'linux'] and host_cpu_mode == '64'
gumjs_archs = {
'x86': 'ia32',
'x86_64': 'x64',
Expand Down

0 comments on commit b22507e

Please sign in to comment.