summaryrefslogtreecommitdiffstats
path: root/Makefile.toml
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-04-13 18:46:00 +0200
committerAram Drevekenin <aram@poor.dev>2022-04-13 18:46:00 +0200
commit3a2fee601a03b021d7c3698220a94d440be9e269 (patch)
treee57c3f794a03f7bcc3281168aaa6d9365bad30a1 /Makefile.toml
parent9ce4ef49a6a0145756b93f48855ab0d3f3ec3fc1 (diff)
chore(package): patch version
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 198597dee..2d3e7ec82 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -133,9 +133,7 @@ for plugin in ${plugins}
mkdir ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/assets/plugins/
plugin_name = basename ${plugin}
plugin_out = set ${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/assets/plugins/${plugin_name}
- if is_path_newer ${plugin} ${plugin_out} or not is_path_exists ${plugin_out}
- exec wasm-opt -O ${plugin} -o ${plugin_out}
- end
+ exec wasm-opt -O ${plugin} -o ${plugin_out}
end
'''