Skip to content

Commit

Permalink
REMOVED: DESMUME env variable requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Jan 14, 2025
1 parent 89dd3b6 commit 26b45a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPRO")
endif

ifeq ($(strip $(DESMUME)),)
$(error "Please set DESMUME in your environment. export DESMUME=<path to>DeSmuME")
endif
#ifeq ($(strip $(DESMUME)),)
#$(error "Please set DESMUME in your environment. export DESMUME=<path to>DeSmuME")
#endif

include $(DEVKITARM)/ds_rules

Expand Down

0 comments on commit 26b45a9

Please sign in to comment.