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:
6a53d0d
)
Revert "Fix src/node/CMakeLists.txt file for 64bit emulator, build error, x86_64"
79/101079/1
author
Minseok Choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 08:14:56 +0000
(
00:14
-0800)
committer
Minseok Choi
<min7.choi@samsung.com>
Wed, 30 Nov 2016 08:14:56 +0000
(
00:14
-0800)
This reverts commit
6a53d0de93ae134d85a747e29f1ccd2637abc33e
.
Change-Id: I1777e04f1c21b8986f9c4f1278eac8c3f2b49b11
src/node/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/node/CMakeLists.txt
b/src/node/CMakeLists.txt
index d7265484d6387936e256541693f9071368b649ea..67ca5dcddf23c4aa11e6698bc52a7fbf635c3d3b 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(
NOT ${BUILD_ARCH} MATCHES "x86_64"
)
+ELSEIF()
SET(NODE_PLUGIN_PATH /usr/lib/node/wrt-service)
ENDIF(${BUILD_ARCH} MATCHES "x86_64")