mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 04:46:37 +02:00
add a .travis file and some build fixes
This commit is contained in:
@ -36,7 +36,6 @@
|
||||
|
||||
#ifdef PYTHON
|
||||
#include "python_api.h"
|
||||
#endif /* PYTHON */
|
||||
|
||||
Tox *user_tox;
|
||||
static WINDOW *cur_window;
|
||||
@ -208,3 +207,4 @@ void invoke_autoruns(WINDOW *window, ToxWindow *self)
|
||||
|
||||
closedir(d);
|
||||
}
|
||||
#endif /* PYTHON */
|
||||
|
@ -23,7 +23,6 @@
|
||||
#ifdef PYTHON
|
||||
#include <Python.h>
|
||||
#include "api.h"
|
||||
#endif /* PYTHON */
|
||||
|
||||
#include "execute.h"
|
||||
|
||||
@ -345,3 +344,4 @@ void python_draw_handler_help(WINDOW *win)
|
||||
wprintw(win, " %-29s: %.50s\n", cur->name, cur->help);
|
||||
}
|
||||
}
|
||||
#endif /* PYTHON */
|
||||
|
Reference in New Issue
Block a user