projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beabbcf
)
[Title] Do not make ".so" on mac
author
syeon.hwang
<syeon.hwang@samsung.com>
Thu, 26 Jul 2012 02:34:17 +0000
(11:34 +0900)
committer
syeon.hwang
<syeon.hwang@samsung.com>
Thu, 26 Jul 2012 02:34:17 +0000
(11:34 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
tizen/src/skin/client/build.xml
patch
|
blob
|
history
diff --git
a/tizen/src/skin/client/build.xml
b/tizen/src/skin/client/build.xml
index
b4eb298
..
8344cc7
100644
(file)
--- a/
tizen/src/skin/client/build.xml
+++ b/
tizen/src/skin/client/build.xml
@@
-76,7
+76,7
@@
<delete dir="build" />
</target>
- <target name="create-native-linux" if="isLinux">
+ <target name="create-native-linux" if="isLinux"
unless="isMac"
>
<echo message="create native shared library on linux..." />
<javah classpath="build;lib/swt.jar" destdir="native_src">
<class name="org.tizen.emulator.skin.EmulatorSkin" />