Skip to content

Commit

Permalink
Fix torch (#604)
Browse files Browse the repository at this point in the history
* Update Makefile
  • Loading branch information
MegaMech authored Apr 11, 2024
1 parent 879fdf7 commit 2d3278d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ BIN2C := $(PYTHON) $(TOOLS_DIR)/bin2c.py
EXTRACT_DATA_FOR_MIO := $(TOOLS_DIR)/extract_data_for_mio
ASSET_EXTRACT := $(PYTHON) $(TOOLS_DIR)/new_extract_assets.py
LINKONLY_GENERATOR := $(PYTHON) $(TOOLS_DIR)/linkonly_generator.py
TORCH := tools/torch/build-cmake/torch
TORCH := tools/torch/cmake-build-release/torch
EMULATOR = mupen64plus
EMU_FLAGS = --noosd
LOADER = loader64
Expand Down
2 changes: 1 addition & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ torch:
# Remove generated files
clean:
$(RM) $(PROGRAMS)
$(RM) -rf torch/build-cmake
$(RM) -rf torch/cmake-build-release



Expand Down

0 comments on commit 2d3278d

Please sign in to comment.