Allow running release builds from build dir also
This commit is contained in:
parent
c291162567
commit
9a13835f5d
|
@ -135,7 +135,6 @@ const wxString KIWAY::dso_search_path( FACE_T aFaceId )
|
||||||
|
|
||||||
fn.SetName( name );
|
fn.SetName( name );
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
// To speed up development, it's sometimes nice to run kicad from inside
|
// To speed up development, it's sometimes nice to run kicad from inside
|
||||||
// the build path. In that case, each program will be in a subdirectory.
|
// the build path. In that case, each program will be in a subdirectory.
|
||||||
// To find the DSOs, we need to go up one directory and then enter a subdirectory.
|
// To find the DSOs, we need to go up one directory and then enter a subdirectory.
|
||||||
|
@ -161,7 +160,6 @@ const wxString KIWAY::dso_search_path( FACE_T aFaceId )
|
||||||
fn.AppendDir( dirName );
|
fn.AppendDir( dirName );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// Here a "suffix" == an extension with a preceding '.',
|
// Here a "suffix" == an extension with a preceding '.',
|
||||||
// so skip the preceding '.' to get an extension
|
// so skip the preceding '.' to get an extension
|
||||||
|
|
Loading…
Reference in New Issue