Skip to content

Commit 86a56f1

Browse files
committed
Feature Meson release fix
1 parent 24011f1 commit 86a56f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ if get_option('brc_controller') != 'disabled'
8181
'/usr/local/lib/x86_64-linux-gnu'],
8282
required:false)
8383
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')
84+
error('''Libbrc_controller library not installed in local path or system:
85+
local path=/encode/libmebo/libs''')
8686
endif
8787

8888
if brc_controller_dep.found()

0 commit comments

Comments
 (0)