From a8bd59055eda6b6656e56e689a8a74f7e835434d Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Sat, 27 Jun 2020 14:50:48 +0200 Subject: Only build asmjit on x86 and x86_64 --- scripts/src/main.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/src/main.lua') 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"), -- cgit v1.2.3-70-g09d2