Skip to content

Commit da0cc06

Browse files
committed
Update
1 parent ec12a62 commit da0cc06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ MSBUILD = xbuild /p:Configuration=$(CONFIGURATION) $(MSBUILD_ARGS)
55
ifneq ($(V),0)
66
MONO_OPTIONS += --debug
77
MSBUILD += /v:d
8+
endif
89

10+
ifneq ($(MONO_OPTIONS),)
911
export MONO_OPTIONS
1012
endif
1113

0 commit comments

Comments
 (0)