1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-29 21:26:40 +00:00

Renamed dummy->generic for tests, also fix warning

This commit is contained in:
Miodrag Milanovic
2018-07-11 08:05:42 +02:00
parent bfc47e9cd4
commit 2ad355ebeb
2 changed files with 2 additions and 0 deletions

View File

@@ -151,7 +151,9 @@ BOOST_PYTHON_MODULE(MODULE_NAME)
arch_wrap_python();
}
#ifdef MAIN_EXECUTABLE
static wchar_t *program;
#endif
void init_python(const char *executable, bool first)
{