mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Rename ewext dll, because there is one guy who has an old version of a dll being loaded for some reason.
This commit is contained in:
parent
8543a0a3e9
commit
cc43dd1dfc
4 changed files with 4 additions and 4 deletions
4
Justfile
4
Justfile
|
@ -24,11 +24,11 @@ build_luajit:
|
|||
# `rustup target add i686-pc-windows-gnu` first
|
||||
build_ext:
|
||||
cd ewext && cargo build --release --target=i686-pc-windows-gnu
|
||||
cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext.dll
|
||||
cp ewext/target/i686-pc-windows-gnu/release/ewext.dll quant.ew/ewext0.dll
|
||||
|
||||
build_ext_debug:
|
||||
cd ewext && cargo build --target=i686-pc-windows-gnu
|
||||
cp ewext/target/i686-pc-windows-gnu/debug/ewext.dll quant.ew/ewext.dll
|
||||
cp ewext/target/i686-pc-windows-gnu/debug/ewext.dll quant.ew/ewext0.dll
|
||||
|
||||
##
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue