mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 02:40:40 +01:00
os x dmg: changed default tmp dir to $ENV(TMPDIR)
git-svn-id: trunk@38114 -
This commit is contained in:
parent
ec3a8e1fee
commit
1743a7ec33
@ -24,10 +24,11 @@
|
||||
<Item1 Value="/usr/bin/make"/>
|
||||
</History>
|
||||
</MakeFilename>
|
||||
<TestBuildDirectory Value="/tmp/">
|
||||
<History Count="2">
|
||||
<TestBuildDirectory Value="$ENV(TMPDIR)">
|
||||
<History Count="3">
|
||||
<Item1 Value="/tmp/"/>
|
||||
<Item2 Value="/var/tmp/"/>
|
||||
<Item3 Value="$ENV(TMPDIR)"/>
|
||||
</History>
|
||||
</TestBuildDirectory>
|
||||
<Debugger Class="TGDBMIDebugger"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user