diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-01-30 23:01:51 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-01-30 23:10:34 +0000 |
| commit | dbdfb1364c91d4905d3f0c947bf150d25ce0c817 (patch) | |
| tree | c612d986abe729a5c99e4dad08986a8d1d5a7b60 /dist | |
| parent | fix array builtin (diff) | |
| download | alive-dbdfb1364c91d4905d3f0c947bf150d25ce0c817.tar.gz alive-dbdfb1364c91d4905d3f0c947bf150d25ce0c817.zip | |
lib: switch to losc
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/release.bat | 1 | ||||
| -rwxr-xr-x | dist/release.sh | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dist/release.bat b/dist/release.bat index 7224e7a..b8fe7e1 100644 --- a/dist/release.bat +++ b/dist/release.bat @@ -19,7 +19,6 @@ xcopy /E /I dist\win\wrappers\* dist\%BUNDLE%\ cd dist\%BUNDLE%\lua call luarocks install busted -call luarocks install %DEPS%\osc-1.0.1-1.rockspec call luarocks install luarocks-fetch-gitrec call luarocks install luarocks-build-cpp call luarocks install %DEPS%\fltk4lua-0.1-1.rockspec FLTK_LIBDIR=%DEPS%\fltk-1.3.5\lib FLTK_INCDIR=%DEPS%\fltk-1.3.5 diff --git a/dist/release.sh b/dist/release.sh index a9b817a..811ddb2 100755 --- a/dist/release.sh +++ b/dist/release.sh @@ -91,6 +91,7 @@ dependencies = { "luafilesystem", "luasystem", "luasocket", + "losc", } build = { |
