Skip to content

Commit

Permalink
Fix regression in last commit
Browse files Browse the repository at this point in the history
UNAME variable is used in murmur.pro
  • Loading branch information
hacst committed Nov 13, 2015
1 parent 7eb4987 commit 5fb2573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mumble.pri
Expand Up @@ -37,6 +37,8 @@ win32 {
}

unix {
UNAME=$$system(uname -s)

CONFIG(static) {
PKG_CONFIG = pkg-config --static
}
Expand Down

0 comments on commit 5fb2573

Please sign in to comment.