From dc8b8cc951cd5a71cd64c940cdb38b2ad5e2c01e Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 16 Sep 2020 00:12:06 +0800 Subject: [PATCH] modify bin2c patch path --- packages/b/bin2c/{patch => patches/0.0.1}/bin2c-test.patch | 0 packages/b/bin2c/xmake.lua | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/b/bin2c/{patch => patches/0.0.1}/bin2c-test.patch (100%) diff --git a/packages/b/bin2c/patch/bin2c-test.patch b/packages/b/bin2c/patches/0.0.1/bin2c-test.patch similarity index 100% rename from packages/b/bin2c/patch/bin2c-test.patch rename to packages/b/bin2c/patches/0.0.1/bin2c-test.patch diff --git a/packages/b/bin2c/xmake.lua b/packages/b/bin2c/xmake.lua index 4b9e0a35a..4a24e5c4a 100644 --- a/packages/b/bin2c/xmake.lua +++ b/packages/b/bin2c/xmake.lua @@ -7,7 +7,7 @@ package("bin2c") set_urls("https://github.com/gwilymk/bin2c.git") add_versions("0.0.1", "598395c23508bd4a2c916bfdab8c04a101abc62e") - add_patches("0.0.1", path.join(os.scriptdir(), "patch", "bin2c-test.patch"), "e3c8b80948dba824d8ffa0c3294f9b32ca3001c77a80b45f02a46a1e8586a7e1") + add_patches("0.0.1", path.join(os.scriptdir(), "patches", "0.0.1", "bin2c-test.patch"), "e3c8b80948dba824d8ffa0c3294f9b32ca3001c77a80b45f02a46a1e8586a7e1") on_install(function (package) if is_host("linux", "macosx") then @@ -30,4 +30,4 @@ package("bin2c") on_test(function (package) os.vrun("bin2c test") - end) \ No newline at end of file + end)