From: Hyungju Lee Date: Tue, 13 Aug 2019 04:44:47 +0000 (+0900) Subject: Build error fix X-Git-Tag: accepted/tizen/unified/20190813.220005^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=525ca6bbeea67c8c7747b03873d4a63ec3b8088d;p=platform%2Fcore%2Fdotnet%2Flauncher.git Build error fix Change-Id: Ib9d113e2e14e1aafa7e407e633a6229ac3ad6504 --- diff --git a/packaging/dotnet-launcher.spec b/packaging/dotnet-launcher.spec index 23772a2..72abee7 100644 --- a/packaging/dotnet-launcher.spec +++ b/packaging/dotnet-launcher.spec @@ -113,12 +113,14 @@ cmake \ -DTAC_DIR=%{_tac_dir} \ -DVERSION=%{version} \ -DNATIVE_LIB_DIR=%{_native_lib_dir} \ +%ifarch %{arm} %if 0%{?use_default_base_addr} -DUSE_DEFAULT_BASE_ADDR="" \ %endif -DUNIQUE_DEFAULT_BASE_ADDR_SUPPORT="" \ -DSYSTEM_BASE_FILE=%{_system_base_addr_file} \ -DDEFAULT_BASE_ADDR_START=%{_default_base_addr_start} \ +%endif NativeLauncher make %{?jobs:-j%jobs} VERBOSE=1