Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CI: Fix FreeBSD build, remove --example-tools option.
  • Loading branch information
0EVSG committed May 5, 2022
1 parent d2bd4fe commit c699e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Expand Up @@ -16,7 +16,7 @@ task:
dependencies_script:
- pkg install -y pkgconf python3 libsamplerate libsysinfo expat
config_script:
- python3 ./waf configure --celt=no --samplerate=yes --alsa=no --classic --opus=no --example-tools=no --prefix /Install --pkgconfigdir libdata/pkgconfig
- python3 ./waf configure --celt=no --samplerate=yes --alsa=no --classic --opus=no --prefix /Install --pkgconfigdir libdata/pkgconfig
- name: FreeBSD All Options
dependencies_script:
- pkg install -y pkgconf python3 libsamplerate libsysinfo alsa-lib dbus expat opus
Expand Down

0 comments on commit c699e0c

Please sign in to comment.