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:
cb98bf3
)
Fix src/node/CMakeLists.txt file for 64bit emulator, build error
91/100991/1
submit/tizen_3.0/20161130.051539
author
min7.choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 05:06:22 +0000
(14:06 +0900)
committer
min7.choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 05:06:30 +0000
(14:06 +0900)
Change-Id: I5914fa5aebf0e4a487d116de0d86534e81c7e637
Signed-off-by: min7.choi <min7.choi@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
cd7404e
..
d6a75a9
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)
+ENDIF(DEVICE_ARCH
STREQUAL "AARCH64"
)
############################# compiler flags ##################################