fixup![M130 Migration][ROM Size] Move libatomic from BuildRequires 04/320704/2
authorSatyaveer Singh <satyaveer.s@samsung.com>
Thu, 6 Mar 2025 06:57:00 +0000 (12:27 +0530)
committerSatyaveer Singh <satyaveer.s@samsung.com>
Fri, 7 Mar 2025 10:58:36 +0000 (10:58 +0000)
to Requires

This commit removes /usr/local/lib/ rpath as it is no longer
needed since libatomic has been moved to Requires.

Change-Id: I08fff80af55a7b23f19e0d1d8db79611f9a1c01e
Signed-off-by: Satyaveer Singh <satyaveer.s@samsung.com>
tizen_src/ewk/efl_integration/BUILD.gn

index d93e74d8629dd1885ffedee55779b635653896af..0163965b75d9d958929545b0dd774b5735e2ec6c 100644 (file)
@@ -264,7 +264,7 @@ shared_library("chromium-ewk") {
 
   libs = []
   if (is_tizen) {
-    ldflags += [ "-Wl,-rpath=\$ORIGIN/:/usr/local/lib/" ]
+    ldflags += [ "-Wl,-rpath=\$ORIGIN/" ]
   }
 
   if (platform_api_wrapper) {