1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 10:36:45 +02:00

add a .travis file and some build fixes

This commit is contained in:
jfreegman
2018-02-26 02:34:38 -05:00
parent 2710ab6034
commit 221edb0012
6 changed files with 36 additions and 5 deletions

View File

@ -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 */