Skip to content

Commit 1941443

Browse files
committed
makefile debug
1 parent 59d0b16 commit 1941443

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/openFrameworksCompiled/project/makefileCommon/config.shared.mk

-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ PLATFORM_OS ?= $(shell uname -s)
3030

3131
HOST_OS=$(shell uname -s)
3232

33-
ifdef MAKEFILE_DEBUG
34-
$(info HOST_OS=${HOST_OS})
35-
endif
36-
3733
ifneq (,$(findstring MSYS_NT,$(HOST_OS)))
3834
FIND=/usr/bin/find
3935
else

0 commit comments

Comments
 (0)