소스 검색

Jamfile: Fixed static linking flags for libjuice with MSVC

Paul-Louis Ageneau 2 년 전
부모
커밋
9785b2724e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
     ;