From: Steinar H. Gunderson Date: Sat, 23 Feb 2019 21:53:19 +0000 (+0100) Subject: Fix compilation with non-system CEF. X-Git-Tag: 1.8.3~29 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=0aa51d838c31a6b50be9762bcbc2734264e7f61a Fix compilation with non-system CEF. --- diff --git a/meson.build b/meson.build index 49f38b1..19461ca 100644 --- a/meson.build +++ b/meson.build @@ -104,7 +104,7 @@ if have_cef nageru_deps += cefdlldep else cmake = find_program('cmake') - cef_compile_script = find_program('scripts/compile_cef_dll_wrapper.sh') + cef_compile_script = find_program('nageru/scripts/compile_cef_dll_wrapper.sh') cef_dll_target = custom_target('libcef_dll_wrapper', input: join_paths(cef_dir, 'libcef_dll/CMakeLists.txt'),