summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-06 23:27:34 +0800
committerruki <[email protected]>2025-12-07 17:15:58 +0800
commit523c5d2026735fa335ca4bee297c01eead4a1a03 (patch)
tree07212bfa5457a27d0b90d6ffc5c9e1fc913db852
parentb0964cd6672d74a2c7b8a0d3b45480ffb201af1a (diff)
remove core path
-rw-r--r--xmake/modules/private/utils/bin2coff.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/bin2coff.lua b/xmake/modules/private/utils/bin2coff.lua
index a1e65c8e7..e64162b03 100644
--- a/xmake/modules/private/utils/bin2coff.lua
+++ b/xmake/modules/private/utils/bin2coff.lua
@@ -20,7 +20,6 @@
-- imports
import("core.base.option")
-import("core.base.path")
local options = {
{'i', "binarypath", "kv", nil, "Set the binary file path."},