mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Fixing up some Linux stuff.
This commit is contained in:
@ -314,7 +314,7 @@
|
|||||||
|
|
||||||
<target name="linux-run" depends="linux-build"
|
<target name="linux-run" depends="linux-build"
|
||||||
description="Run Linux version">
|
description="Run Linux version">
|
||||||
<exec executable="./arduino" dir="linux/work" spawn="false"/>
|
<exec executable="./linux/work/arduino" spawn="false"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="linux-dist" depends="linux-build"
|
<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 \
|
lib/*.jar \
|
||||||
;
|
;
|
||||||
do
|
do
|
||||||
CLASSPATH="${CLASSPATH}:${APPDIR}/${LIB}"
|
CLASSPATH="${CLASSPATH}:${LIB}"
|
||||||
done
|
done
|
||||||
export CLASSPATH
|
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 LD_LIBRARY_PATH
|
||||||
|
|
||||||
export PATH="${APPDIR}/java/bin:${PATH}"
|
export PATH="${APPDIR}/java/bin:${PATH}"
|
||||||
|
Reference in New Issue
Block a user