diff options
| -rw-r--r-- | netfs/ice/Jamfile.jam | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/ice/Jamfile.jam b/netfs/ice/Jamfile.jam index a227478..d1e5ca6 100644 --- a/netfs/ice/Jamfile.jam +++ b/netfs/ice/Jamfile.jam @@ -4,6 +4,7 @@ lib pthread ;  lib netfsComms :  	[ glob *.cpp *.ice ] : +	<define>_FILE_OFFSET_BITS=64  	<library>Ice  	<library>IceUtil  	<library>pthread  | 
