Build error fix accepted/tizen/unified/20190813.220005 submit/tizen/20190813.035844
authorHyungju Lee <leee.lee@samsung.com>
Tue, 13 Aug 2019 04:44:47 +0000 (13:44 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Tue, 13 Aug 2019 04:45:09 +0000 (13:45 +0900)
Change-Id: Ib9d113e2e14e1aafa7e407e633a6229ac3ad6504

packaging/dotnet-launcher.spec

index 23772a2..72abee7 100644 (file)
@@ -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