Skip to content

Commit

Permalink
Fix BUILDDIR from environment
Browse files Browse the repository at this point in the history
Follow-up to "Allow BUILDDIR to be set from environment" (178d6e9)
where I failed to follow through with copy/paste adjustments.
  • Loading branch information
victorlin committed Oct 16, 2024
1 parent 92bdf7c commit 922e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
if "%BUILDDIR%" == "" (
set SPHINXBUILD=build
set BUILDDIR=build
)
set SOURCEDIR=src

Expand Down

0 comments on commit 922e43c

Please sign in to comment.