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:
dd84455
)
Fix src/node/CMakeLists.txt file for 64bit emulator, build error, x86_64
38/101038/1
submit/tizen/20161130.070230
submit/tizen_3.0/20161130.070149
author
min7.choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 06:54:52 +0000
(15:54 +0900)
committer
min7.choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 06:54:52 +0000
(15:54 +0900)
Change-Id: Ia4f8be785b98186f66f81b461a1efad13a3c99b6
Signed-off-by: min7.choi <min7.choi@samsung.com>
src/node/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/node/CMakeLists.txt
b/src/node/CMakeLists.txt
index 67ca5dcddf23c4aa11e6698bc52a7fbf635c3d3b..d7265484d6387936e256541693f9071368b649ea 100644
(file)
--- a/
src/node/CMakeLists.txt
+++ b/
src/node/CMakeLists.txt
@@
-5,7
+5,7
@@
SET(BUILD_ARCH "$ENV{RPM_ARCH}")
IF(${BUILD_ARCH} MATCHES "x86_64")
SET(NODE_PLUGIN_PATH /usr/lib64/node/wrt-service)
-ELSEIF()
+ELSEIF(
NOT ${BUILD_ARCH} MATCHES "x86_64"
)
SET(NODE_PLUGIN_PATH /usr/lib/node/wrt-service)
ENDIF(${BUILD_ARCH} MATCHES "x86_64")