mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Fixing up some Linux stuff.
This commit is contained in:
parent
00a9f99c9b
commit
c6d1baa275
@ -314,7 +314,7 @@
|
||||
|
||||
<target name="linux-run" depends="linux-build"
|
||||
description="Run Linux version">
|
||||
<exec executable="./arduino" dir="linux/work" spawn="false"/>
|
||||
<exec executable="./linux/work/arduino" spawn="false"/>
|
||||
</target>
|
||||
|
||||
<target name="linux-dist" depends="linux-build"
|
||||
|
4
build/linux/dist/arduino
vendored
4
build/linux/dist/arduino
vendored
@ -10,11 +10,11 @@ for LIB in \
|
||||
lib/*.jar \
|
||||
;
|
||||
do
|
||||
CLASSPATH="${CLASSPATH}:${APPDIR}/${LIB}"
|
||||
CLASSPATH="${CLASSPATH}:${LIB}"
|
||||
done
|
||||
export CLASSPATH
|
||||
|
||||
LD_LIBRARY_PATH=`pwd`/lib:${LD_LIBRARY_PATH}
|
||||
LD_LIBRARY_PATH=`pwd`/lib:/usr/lib/jni${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||
export LD_LIBRARY_PATH
|
||||
|
||||
export PATH="${APPDIR}/java/bin:${PATH}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user