Define WORD_SIZE for linux-clang

refs #596
This commit is contained in:
Roland Winklmeier
2016-02-12 08:26:19 +01:00
parent 141efdbf43
commit 2da4a3e47e

View File

@@ -31,6 +31,12 @@ linux-g++-32 {
linux-g++-64 {
WORD_SIZE = 64
}
linux-clang {
# Assume 64 bit until we find out how to detect the compiler architecture
WORD_SIZE = 64
}
macx-clang {
# TODO
WORD_SIZE = 64