diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d2330568..c159ca4b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ // Hacky default target #ifdef _MSC_VER -#define DEFAULT_TARGET_NAME "x86_64-windows-msvc" +#define DEFAULT_TARGET_NAME "x86-windows-msvc" #elif defined(__GNU__) # if defined(__linux__) #define DEFAULT_TARGET_NAME "x86_64-linux-gnu" |