Explorar o código

Jamfile: Fixed static linking flags for libjuice with MSVC

Paul-Louis Ageneau %!s(int64=2) %!d(string=hai) anos
pai
achega
9785b2724e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Jamfile

+ 1 - 0
Jamfile

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