Skip to content

Commit efee0cc

Browse files
committed
Hope this works, otherwise it'd be pain to fix...
1 parent 35e11c9 commit efee0cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rem stub
4141
:stub
4242
echo Generating library from stub
4343
cd src
44-
%SASH% genstub %1
44+
%SASH% -L../lib -L../sitelib genstub %1
4545
cd ..
4646
goto:eof
4747

dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stub()
3434
{
3535
echo Generating library from stub
3636
cd src
37-
$SASH ./genstub $1
37+
$SASH -L../lib -L../sitelib ./genstub $1
3838
cd ../
3939
}
4040

0 commit comments

Comments
 (0)