diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-12 19:56:03 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2018-06-12 19:56:03 +0200 |
commit | 9953012154f18ea51ff9216529089715ba79fb41 (patch) | |
tree | 3f5c40b3b490d4c526f887965eaaf513bf75c71b /ice40 | |
parent | 301136db033e6696b7d606f9833474fdd5e77aac (diff) | |
download | nextpnr-9953012154f18ea51ff9216529089715ba79fb41.tar.gz nextpnr-9953012154f18ea51ff9216529089715ba79fb41.tar.bz2 nextpnr-9953012154f18ea51ff9216529089715ba79fb41.zip |
reveresed logic for enabling main file, and made tests link arch files
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/main.cc b/ice40/main.cc index 0e989819..c89079cf 100644 --- a/ice40/main.cc +++ b/ice40/main.cc @@ -17,7 +17,7 @@ * */ -#ifndef PYTHON_MODULE +#ifdef MAIN_EXECUTABLE #include <QApplication> #include <boost/filesystem/convenience.hpp> |