pr comments

This commit is contained in:
Alex Bates 2020-12-22 00:37:37 +00:00
parent d326dba298
commit ef96c175c8
1 changed files with 4 additions and 1 deletions

View File

@ -7,6 +7,7 @@ TARGET = papermario
COMPARE = 1
NON_MATCHING = 0
WATCH_INCLUDES = 1
WSL_ELEVATE_GUI = 1
-include settings.mk
@ -72,7 +73,9 @@ WSL := 0
JAVA := java
ifeq ($(findstring microsoft,$(shell cat /proc/sys/kernel/osrelease)),microsoft)
WSL := 1
JAVA := powershell.exe -command java
ifeq ($(WSL_ELEVATE_GUI),1)
JAVA := powershell.exe -command java
endif
endif
OLD_AS=tools/$(OS)/mips-nintendo-nu64-as