Browse Source

Jamfile: Fixed static linking flags for libjuice with MSVC

Paul-Louis Ageneau 2 years ago
parent
commit
9785b2724e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jamfile

+ 1 - 0
Jamfile

@@ -89,6 +89,7 @@ alias juice
     : # no default build
     : # no default build
     : # usage requirements
     : # usage requirements
     <include>./deps/libjuice/include
     <include>./deps/libjuice/include
+    <define>JUICE_STATIC
     <library>juice-static.lib
     <library>juice-static.lib
     ;
     ;