diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 26e7ab94394..4d787bfbdaf 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -261,8 +261,12 @@ end "wdlfft", ext_lib("jpeg"), "7z", + } +if not _OPTIONS["FORCE_DRC_C_BACKEND"] then + links { "asmjit", } +end if (STANDALONE~=true) then links { ext_lib("lua"), |