diff --git a/Makefile b/Makefile index c8330a050..82fd88e4e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/tools/Makefile b/tools/Makefile index 5b68007d5..9dad1694c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -39,7 +39,7 @@ torch: # Remove generated files clean: $(RM) $(PROGRAMS) - $(RM) -rf torch/build-cmake + $(RM) -rf torch/cmake-build-release