mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 15:43:44 +00:00
Fix external check for KISYS3DMOD environment variable.
Fixes lp:1782708 https://bugs.launchpad.net/kicad/+bug/1782708
This commit is contained in:
parent
306729f3b7
commit
b8aec37ef1
@ -359,7 +359,7 @@ bool PGM_BASE::InitPgm()
|
||||
else
|
||||
{
|
||||
tmpFileName.AppendDir( wxT( "packages3d" ) );
|
||||
envVarItem.SetDefinedExternally( true );
|
||||
envVarItem.SetDefinedExternally( false );
|
||||
}
|
||||
|
||||
envVarItem.SetValue( tmpFileName.GetFullPath() );
|
||||
|
Loading…
Reference in New Issue
Block a user