projects
/
platform
/
framework
/
web
/
chromium-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c34ee
)
fixup! Add libatomic to fix runtime error on tizen 6.5
44/317644/2
submit/tizen/20240916.160016
author
Akshay Kanagali
<a.kanagali@partner.samsung.com>
Thu, 12 Sep 2024 18:38:07 +0000
(
00:08
+0530)
committer
Bot Blink
<blinkbot@samsung.com>
Mon, 16 Sep 2024 10:29:48 +0000
(10:29 +0000)
This patch resolves the desktop build.
Change-Id: Ief7a800fd077b914a2eb49b35271b378f5fa2300
Signed-off-by: Akshay Kanagali <a.kanagali@partner.samsung.com>
build/config/BUILD.gn
patch
|
blob
|
history
diff --git
a/build/config/BUILD.gn
b/build/config/BUILD.gn
index 43254c3acaf06fd52f262a7592acaff83e3c2ede..9c91249a0ce32c0de13459f2a59fbac2239e4887 100644
(file)
--- a/
build/config/BUILD.gn
+++ b/
build/config/BUILD.gn
@@
-221,7
+221,7
@@
config("default_libs") {
"rt",
]
- if (is_clang && tizen_version == 65) {
+ if (is_clang &&
is_tizen &&
tizen_version == 65) {
libs += [ "atomic" ]
ldflags = [ "-Wl,-rpath=/usr/share/chromium-efl/lib/" ]
}