mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 16:53:44 +00:00
Make search stack path_seps correct for msvc
This commit is contained in:
parent
f8f34982c0
commit
4f21b943d4
@ -29,7 +29,7 @@
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#if defined(_WIN32)
|
||||
#define PATH_SEPS wxT( ";\r\n" )
|
||||
#else
|
||||
#define PATH_SEPS wxT( ":;\r\n" ) // unix == linux | mac
|
||||
|
Loading…
Reference in New Issue
Block a user