diff options
author | 2020-03-04 22:41:15 +1100 | |
---|---|---|
committer | 2020-03-04 22:41:15 +1100 | |
commit | 11ac7454dbc1b905d0d89880b93554a18c126ae4 (patch) | |
tree | 8be41a29e6d68088bbf58167bf9429c682f864b9 /scripts/src/main.lua | |
parent | 4080e50b9e51bddbeb234a70dca19f6b64cc4ec7 (diff) |
Maintenance:
* Removed empty nl_examples from dist.mak
* Added copyright acknowledgements and full text of licenses to binary distribution
* Fixed up the list of third-party libraries
* Moved WDL fft.c to 3rdparty
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 4be1b9af7af..65eeadd4300 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -258,6 +258,7 @@ end ext_lib("expat"), "softfloat", "softfloat3", + "wdlfft", ext_lib("jpeg"), "7z", } |