소스 검색

Disable autolinking with V2.

[SVN r23778]
Vladimir Prus 22 년 전
부모
커밋
49259eb25c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Jamfile.v2

+ 3 - 0
Jamfile.v2

@@ -11,6 +11,9 @@
 
 project boost
     : requirements <include>$(BOOST_ROOT)
+      # disable auto-linking for all targets here,
+      # primarily because it caused troubles with V2
+      <define>BOOST_ALL_NO_LIB=1
     : usage-requirements <include>$(BOOST_ROOT)
     : build-dir bin.v2	
     ;

粤ICP备19079148号