mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
fixed nogui-argument
This commit is contained in:
parent
3e6113be72
commit
7712b7e1ed
@ -167,7 +167,7 @@ The COOJA Simulator
|
||||
|
||||
<target name="run_nogui" depends="init, compile, jar, copy configs">
|
||||
<java fork="yes" dir="${build}" classname="se.sics.cooja.GUI" maxmemory="512m">
|
||||
<arg line="-nogui ${args}"/>
|
||||
<arg line="-nogui=${args}"/>
|
||||
<env key="LD_LIBRARY_PATH" value="."/>
|
||||
<classpath>
|
||||
<pathelement path="${build}"/>
|
||||
|
Loading…
Reference in New Issue
Block a user