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)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 2 Apr 2020 09:49:00 +0000 (11:49 +0200)
meson.build

index c9d1f70..6cf1f56 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')