From 9a13835f5dfff45e9934af93ef239ef03dfb8667 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 20 Mar 2021 21:03:19 -0400 Subject: [PATCH] Allow running release builds from build dir also --- common/kiway.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/kiway.cpp b/common/kiway.cpp index 1a068c8556..dd9185da13 100644 --- a/common/kiway.cpp +++ b/common/kiway.cpp @@ -135,7 +135,6 @@ const wxString KIWAY::dso_search_path( FACE_T aFaceId ) fn.SetName( name ); -#ifdef DEBUG // 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. // 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 ); #endif } -#endif // Here a "suffix" == an extension with a preceding '.', // so skip the preceding '.' to get an extension