Skip to content

Commit

Permalink
Fix bug in bootflx
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Sep 3, 2022
1 parent 1146808 commit 9259788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/flx.fdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3241,6 +3241,7 @@ class BootFlx
var n = files.len.int;
println$ "Processing " + files.len.str + " files";
var i = 1;
var save_extra_cxx = control*.cpps;
for file in files do
var arg = Filename::join (control*.INDIR, file);
var path,ext = Filename::split_extension(arg);
Expand Down

0 comments on commit 9259788

Please sign in to comment.