]> git.sesse.net Git - nageru/commitdiff
Fix compilation with non-system CEF.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 23 Feb 2019 21:53:19 +0000 (22:53 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 23 Feb 2019 21:53:19 +0000 (22:53 +0100)
meson.build

index 49f38b1a680539853fc94a7a7c226aaecd61560b..19461cab799d17cb7b9ad80e39649fa130b2c974 100644 (file)
@@ -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'),