From 45c6f5e52c39bc27fdb01cd4e31311fae18f881d Mon Sep 17 00:00:00 2001 From: BroGamer <64546358+BroGamer4256@users.noreply.github.com> Date: Sun, 16 Oct 2022 08:56:07 +1300 Subject: [PATCH] Fix? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff1e611..54b0fb8 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ clean: plugins: make -C plugins/8.18 make -C plugins/amauth - cd plugins/8.18-song-limit && cargo build --release --target x86_64-pc-windows-gnu -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort + cd plugins/8.18-song-limit && cargo build --release --target x86_64-pc-windows-gnu cp plugins/8.18-song-limit/target/x86_64-pc-windows-gnu/release/song_limit_8_18.dll ${TARGET} strip ${TARGET}/*.dll