diff options
author | 2020-05-28 20:24:40 +0700 | |
---|---|---|
committer | 2020-05-28 20:24:40 +0700 | |
commit | 45615b7f4b7b50df29dc14bcb74fd13850bb7633 (patch) | |
tree | d2c8c1b93d68b3fb87c06060ff3f2435301dd3b9 /scripts/src/main.lua | |
parent | 3ed842c01cb666533da31a0bc0907ef8bd4a0f63 (diff) |
asmjit: new 3rdparty library
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 791f19f1b1b..26e7ab94394 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -261,6 +261,7 @@ end "wdlfft", ext_lib("jpeg"), "7z", + "asmjit", } if (STANDALONE~=true) then links { |