fixing prefix for macosx build

This commit is contained in:
Vadim Kurland
2009-02-17 18:58:02 +00:00
parent dad78e4890
commit af5c030c7c
3 changed files with 9 additions and 1 deletions
+4
View File
@@ -73,6 +73,10 @@ unix {
}
}
macx {
PREFIX = @PREFIX@
}
win32 {
CONFIG -= debug
}