Skip to content

Commit

Permalink
Lift architecture detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jürgen Hunold authored and vprus committed Apr 4, 2015
1 parent 3df873c commit 27a822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/log-architecture.jam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ feature.feature log-address-model : : free ;
feature.feature log-instruction-set : : free ;

project.push-current [ project.current ] ;
project.load [ path.join [ path.make $(here:D) ] ../../context/config ] ;
project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ] ;
project.pop-current ;

rule deduce-address-model ( properties * )
Expand Down

0 comments on commit 27a822a

Please sign in to comment.