mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix OSX compile issue due to 68e81a6
68e81a6 should be improved/reverted. Due to the long include chain ending
in ardour_ui.h every Lua related change now forces a complete GUI
recompile (instead of just 2,3 files)
This commit is contained in:
parent
4cd77f0544
commit
3300f3896e
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@
|
||||||
#undef verify
|
#undef verify
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#undef Nil // ardour_ui.h -> window_manager.h -> lua_script_manager.h -> ardour/luascripting.h -> ... lua uses Nil
|
||||||
|
|
||||||
#include "ardour_ui.h"
|
#include "ardour_ui.h"
|
||||||
#include "actions.h"
|
#include "actions.h"
|
||||||
#include "opts.h"
|
#include "opts.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue