fixup: restore deleted line

This commit is contained in:
George Hahn 2022-05-10 00:42:43 -06:00
parent 0ab63691f2
commit 190dca0a77

View File

@ -24,6 +24,7 @@ else
endif endif
$(if ${VERBOSE},$(info OS detected: $(DETECTED_OS))) $(if ${VERBOSE},$(info OS detected: $(DETECTED_OS)))
ifeq ($(OS), Windows_NT)
MKDIR = gmkdir MKDIR = gmkdir
else else
MKDIR = mkdir MKDIR = mkdir