Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup|qmake|64-bit: Preprocessor symbol for 64-bit builds
Conforming to naming conventions.
  • Loading branch information
skyjake committed Feb 26, 2014
1 parent 816768d commit ec9cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/config.pri
Expand Up @@ -91,7 +91,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
# Check for a 64-bit compiler.
contains(QMAKE_HOST.arch, x86_64) {
echo(64-bit architecture detected.)
DEFINES += HOST_IS_64BIT
DEFINES += DENG_64BIT_HOST
win32: CONFIG += win64
}

Expand Down

0 comments on commit ec9cf01

Please sign in to comment.