mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Fix build issue on MacOS
This commit is contained in:
parent
8bccb5f85c
commit
f5371ee65d
@ -489,7 +489,7 @@ bool readSTEPZ( Handle(TDocStd_Document)& m_doc, const char* aFileName )
|
||||
ofile.Close();
|
||||
}
|
||||
|
||||
bool retval = readSTEP( m_doc, outFile.GetFullPath() );
|
||||
bool retval = readSTEP( m_doc, outFile.GetFullPath().mb_str() );
|
||||
|
||||
// Cleanup our temporary file
|
||||
wxRemoveFile( outFile.GetFullPath() );
|
||||
|
Loading…
Reference in New Issue
Block a user