Skip to content

Commit

Permalink
New sourcefiledir variable
Browse files Browse the repository at this point in the history
A no-op at present.
  • Loading branch information
josephwright committed Nov 28, 2017
1 parent 4f45539 commit 8788a02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l3build.lua
Expand Up @@ -65,6 +65,7 @@ maindir = maindir or "."
-- Substructure files
docfiledir = docfiledir or maindir
sourcefiledir = sourcefiledir or maindir
supportdir = supportdir or maindir .. "/support"
testfiledir = testfiledir or maindir .. "/testfiles"
testsuppdir = testsuppdir or testfiledir .. "/support"
Expand Down

0 comments on commit 8788a02

Please sign in to comment.