Skip to content

Commit

Permalink
Support building some projects as x64 in emu configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
brainiac committed Oct 2, 2024
1 parent fbd6aed commit 7a36c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildType.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
//----------------------------------------------------------------------------
// Compiler architecture error detection

#if IS_EMU_CLIENT
#if IS_EMU_CLIENT && !defined(MQ_BUILD_AS_X64)
#if defined(_M_AMD64)
#error Win32 Configuration is required to build this
#endif // defined(_M_AMD64)
Expand Down

0 comments on commit 7a36c9e

Please sign in to comment.