diff options
author | David Shah <dave@ds0.me> | 2020-06-25 15:39:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-25 15:39:54 +0100 |
commit | dc209f6344545196de8bf4de7abff2fcbd55732e (patch) | |
tree | 61b4c7de6a87a03baf8f1243644c65baabea4123 /ecp5/arch.h | |
parent | 7decb6526b37fa9aac389b0a9706820f9faf6036 (diff) | |
parent | bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca (diff) | |
download | nextpnr-dc209f6344545196de8bf4de7abff2fcbd55732e.tar.gz nextpnr-dc209f6344545196de8bf4de7abff2fcbd55732e.tar.bz2 nextpnr-dc209f6344545196de8bf4de7abff2fcbd55732e.zip |
Merge pull request #459 from whitequark/better-chipdb
CMake: rewrite chipdb handling from ground up
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r-- | ecp5/arch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index d57b5bc0..c13f2041 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -207,7 +207,7 @@ NPNR_PACKED_STRUCT(struct ChipInfoPOD { RelPtr<SpeedGradePOD> speed_grades; }); -#if defined(_MSC_VER) || defined(EXTERNAL_CHIPDB_ROOT) +#if defined(WIN32) || defined(EXTERNAL_CHIPDB_ROOT) extern const char *chipdb_blob_25k; extern const char *chipdb_blob_45k; extern const char *chipdb_blob_85k; |