From 71f9834cd48efc8c5e9320d4a81f765c7b8eb7b7 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Sun, 19 Jan 2025 13:21:44 +0000 Subject: [PATCH] Update xmake.lua --- packages/q/quickjs-ng/xmake.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/q/quickjs-ng/xmake.lua b/packages/q/quickjs-ng/xmake.lua index 700c29a86f0..ecf1d70c26f 100644 --- a/packages/q/quickjs-ng/xmake.lua +++ b/packages/q/quickjs-ng/xmake.lua @@ -28,18 +28,7 @@ package("quickjs-ng") assert(minor and minor >= 30, "package(quickjs-ng) require vs_toolset >= 14.3") end end) - on_check("wasm", "cross", function (package) - if package:version():eq("0.8.0") then - raise("package(quickjs-ng v0.8.0) unsupported platform") - end - end) end - - on_load(function (package) - if package:is_plat("iphoneos") then - package:add("links", "libqjs") - end - end) on_install(function (package) io.replace("CMakeLists.txt", "xcheck_add_c_compiler_flag(-Werror)", "", {plain = true})