We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e11c9 commit efee0ccCopy full SHA for efee0cc
dist.bat
@@ -41,7 +41,7 @@ rem stub
41
:stub
42
echo Generating library from stub
43
cd src
44
-%SASH% genstub %1
+%SASH% -L../lib -L../sitelib genstub %1
45
cd ..
46
goto:eof
47
dist.sh
@@ -34,7 +34,7 @@ stub()
34
{
35
36
37
- $SASH ./genstub $1
+ $SASH -L../lib -L../sitelib ./genstub $1
38
cd ../
39
}
40
0 commit comments