Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Commit

Permalink
fixed compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Oct 3, 2017
1 parent 0556854 commit 4b164b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,8 @@ function GenerateSettings(conf, arch, builddir, compiler)
elseif compiler == "cl" then
SetDriversCL(settings)
else
-- apply compiler settings
config.compiler:Apply(settings)
compiler = config.compiler.driver
end

Expand Down

0 comments on commit 4b164b6

Please sign in to comment.