bugfix in Jamfile

This commit is contained in:
Ales Tamchyna 2015-01-06 15:25:14 +01:00
parent bd54adf957
commit 4f21a53409

View File

@ -19,7 +19,7 @@ if $(with-oxlm) {
local vw = ;
if [ option.get "with-vw" ] {
classifier += ..//vw//vw ;
vw += ..//vw//vw ;
}
alias headers : ../util//kenutil $(vw) : : : $(max-factors) $(dlib) $(oxlm) ;