We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24011f1 commit 86a56f1Copy full SHA for 86a56f1
meson.build
@@ -81,8 +81,8 @@ if get_option('brc_controller') != 'disabled'
81
'/usr/local/lib/x86_64-linux-gnu'],
82
required:false)
83
if not brc_controller_dep.found() and require_brc_controller
84
- error('Libbrc_controller library not installed in local path or system:
85
- local path=/encode/libmebo/libs')
+ error('''Libbrc_controller library not installed in local path or system:
+ local path=/encode/libmebo/libs''')
86
endif
87
88
if brc_controller_dep.found()
0 commit comments