meson.build: set a proper path for building in Tizen
authorAdrian Szyndela <adrian.s@samsung.com>
Mon, 30 Mar 2020 11:16:30 +0000 (13:16 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 12 Feb 2024 15:37:48 +0000 (16:37 +0100)
meson.build

index edb78e4..cb237ff 100644 (file)
@@ -33,7 +33,7 @@ project_source_root = meson.current_source_dir()
 #relative_source_path = run_command('realpath',
 #                                   '--relative-to=@0@'.format(meson.current_build_dir()),
 #                                   project_source_root).stdout().strip()
-relative_source_path = ''
+relative_source_path = '..'
 conf.set_quoted('RELATIVE_SOURCE_PATH', relative_source_path)
 
 want_ossfuzz = get_option('oss-fuzz')