projects
/
platform
/
framework
/
web
/
wrt-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a55bb0
)
Revert "Fix src/node/CMakeLists.txt file for 64bit emulator, build error"
78/101078/2
author
Minseok Choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 08:14:38 +0000
(
00:14
-0800)
committer
jaekuk lee
<juku1999@samsung.com>
Wed, 30 Nov 2016 08:16:31 +0000
(
00:16
-0800)
This reverts commit
dd84455227fb92a125f3e706763ef6674698c979
.
Change-Id: I4d30460c37a560d183540e92a97ebc47a8c1b986
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index d6a75a9cf28db762654ea34d44ce1ab808f05b39..cd7404e1065424b03e82490666e366edbd005a24 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-46,7
+46,7
@@
ENDIF()
IF(DEVICE_ARCH STREQUAL "AARCH64")
MESSAGE(STATUS "Device Arch: 64bit")
ADD_DEFINITIONS("-DDEVICE_ARCH_64_BIT")
-ENDIF(DEVICE_ARCH
STREQUAL "AARCH64"
)
+ENDIF(DEVICE_ARCH)
############################# compiler flags ##################################