Skip to content

Commit

Permalink
If build_muparser=true is specified, use local muparser build
Browse files Browse the repository at this point in the history
regardless if there is one installed on the system.
  • Loading branch information
melak committed Apr 16, 2014
1 parent 26c069b commit 242e353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/libraries.pro
Expand Up @@ -13,7 +13,7 @@ SUBDIRS = \
jwwlib

equals(build_muparser, "true"){
message("build muparser from source")
message("Using bundled muparser lib")
SUBDIRS += muparser
}else{
message("Using external muparser lib")
Expand Down
2 changes: 1 addition & 1 deletion librecad/src/src.pro
Expand Up @@ -22,7 +22,7 @@ include(../../common.pri)
include(./boost.pri)

equals(build_muparser, "true"){
LIBS += -lmuparser
LIBS += ../../generated/lib/libmuparser.a
DEPENDPATH += ../../libraries/muparser/src
}else{
include(./muparser.pri)
Expand Down

0 comments on commit 242e353

Please sign in to comment.