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