Commit 2cd005b4 authored by LM's avatar LM

Fixed Ubuntu 64bit build error

parent 46815f8b
...@@ -77,11 +77,7 @@ macx { ...@@ -77,11 +77,7 @@ macx {
SOURCES += consoleprocess_unix.cpp SOURCES += consoleprocess_unix.cpp
} }
linux-g++ { linux-g++|linux-g++-64 {
SOURCES += consoleprocess_unix.cpp
}
linux-g++-64 {
SOURCES += consoleprocess_unix.cpp SOURCES += consoleprocess_unix.cpp
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment