diff options
Diffstat (limited to 'tools/minicargo/manifest.cpp')
-rw-r--r-- | tools/minicargo/manifest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/minicargo/manifest.cpp b/tools/minicargo/manifest.cpp index 3cb59113..6e2bf451 100644 --- a/tools/minicargo/manifest.cpp +++ b/tools/minicargo/manifest.cpp @@ -14,6 +14,10 @@ # define TARGET_NAME "i586-windows-msvc" # define CFG_UNIX false # define CFG_WINDOWS true +#elif defined(__NetBSD__) +# define TARGET_NAME "x86_64-unknown-netbsd" +# define CFG_UNIX true +# define CFG_WINDOWS false #else # define TARGET_NAME "x86_64-unknown-linux-gnu" # define CFG_UNIX true |