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:
c6cbf7b
)
Fix build error for x86_64
15/320315/1
author
Chandan Padhi
<c.padhi@samsung.com>
Wed, 26 Feb 2025 12:29:05 +0000
(17:59 +0530)
committer
Chandan Padhi
<c.padhi@samsung.com>
Wed, 26 Feb 2025 12:29:05 +0000
(17:59 +0530)
Change-Id: Ia0ae59c9b5feffee235291b420c3b2020468cc97
Signed-off-by: Chandan Padhi <c.padhi@samsung.com>
third_party/cpuinfo/BUILD.gn
patch
|
blob
|
history
diff --git
a/third_party/cpuinfo/BUILD.gn
b/third_party/cpuinfo/BUILD.gn
index c7e4cd17839acb3ac1cea0d59bfb8f17d1b782d1..4c2fe955f611ae0596cea4e6e021e25a8104afbb 100644
(file)
--- a/
third_party/cpuinfo/BUILD.gn
+++ b/
third_party/cpuinfo/BUILD.gn
@@
-138,7
+138,7
@@
source_set("x86_cache") {
}
source_set("cpu_and_os_specific") {
- if ((is_linux || is_chromeos) &&
+ if ((is_linux || is_chromeos
|| is_tizen
) &&
(current_cpu == "x86" || current_cpu == "x64")) {
sources = [
"src/src/x86/linux/cpuinfo.c",