Skip to content

Commit

Permalink
chore: mrdox requires x64
Browse files Browse the repository at this point in the history
  • Loading branch information
klemens-morgenstern authored and alandefreitas committed Jun 24, 2024
1 parent 691d8a6 commit cdc6b9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/mrdocs/Platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ namespace mrdocs {
# endif
#endif

#if ! defined(__x86_64__) && ! defined(_WIN64)
# error mrdox requires a 64-bit archtecture
#endif

} // mrdocs
} // clang

Expand Down

0 comments on commit cdc6b9b

Please sign in to comment.