mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 23:51:14 +02:00
Fix errors in post build step on Mac
Was, Xcode ended the build, or even a clean, of either Debug or Release, building the target 'Create Info Header' This were introduced at commit 0361169839bca65d67ae2aca08bcc973c7faf4b7
This commit is contained in:
parent
68dfdab843
commit
4fab7365e5
@ -191,8 +191,9 @@ void QuitAudacity();
|
||||
|
||||
|
||||
#ifndef IN_RC
|
||||
#include <wx/defs.h>
|
||||
#include <wx/string.h>
|
||||
//#include <wx/defs.h>
|
||||
//#include <wx/string.h>
|
||||
class wxString;
|
||||
|
||||
extern const wxString& GetCustomTranslation(const wxString& str1 );
|
||||
extern const wxString& GetCustomSubstitution(const wxString& str1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user