[Title] Do not make ".so" on mac
authorsyeon.hwang <syeon.hwang@samsung.com>
Thu, 26 Jul 2012 02:34:17 +0000 (11:34 +0900)
committergiwoong.kim <giwoong.kim@samsung.com>
Wed, 1 Aug 2012 07:39:08 +0000 (16:39 +0900)
[Type]
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

tizen/src/skin/client/build.xml

index b4eb298..8344cc7 100644 (file)
@@ -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" />