Skip to content

Commit

Permalink
Removing venv instructions from makefile
Browse files Browse the repository at this point in the history
unnecessary
[no ci]
  • Loading branch information
Vhou-Atroph committed May 19, 2024
1 parent 6b24230 commit 389e93e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ exe:
copy ".\src\tt_damage_calculator\assets\img" ".\dist\assets\img"
copy "./LICENSE" "./dist"

# creates a virtual environment for compiling the calculator
.ONESHELL:
env:
python3 -m venv .venv --system-site-packages
. .venv/bin/activate
python3 -m pip install maturin
python3 -m pip install patchelf
python3 -m pip install pyinstaller

exe-linux:
cargo build --release
mv -n target/release/libtt_damage_calculator.so src/tt_damage_calculator/tt_damage_calculator.so
Expand Down

0 comments on commit 389e93e

Please sign in to comment.