From 66a5c625eec5e0e48e03e3fd8885b015b6b90941 Mon Sep 17 00:00:00 2001 From: Rafal Walczyna Date: Wed, 9 Jun 2021 11:36:26 +0200 Subject: [PATCH] [spec] Fix for vd_fork build vd_fork webapi uses additional version variable [Verification] Built OK both on public and vd_fork Change-Id: I77570049cb6b5f2ed5953d1f8ea938fdff133c79 Signed-off-by: Rafal Walczyna --- packaging/cordova-api.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/cordova-api.spec b/packaging/cordova-api.spec index 543a79a..ee71aba 100644 --- a/packaging/cordova-api.spec +++ b/packaging/cordova-api.spec @@ -31,6 +31,7 @@ export GYP_GENERATORS='ninja' GYP_OPTIONS="--depth=. -Dtizen=1 -Dextension_build_type=Debug -Dextension_host_os=%{tizen_profile_name}" GYP_OPTIONS="$GYP_OPTIONS -Ddisplay_type=x11" GYP_OPTIONS="$GYP_OPTIONS -Dcrosswalk_extensions_path=%{crosswalk_extensions_path}" +GYP_OPTIONS="$GYP_OPTIONS -Dversion=%{version}" %{webapi_tools}/gyp/gyp $GYP_OPTIONS src/cordova-api.gyp -- 2.7.4