Skip to content

Commit

Permalink
MSVC: Don't create 'auto' directory if not needed
Browse files Browse the repository at this point in the history
An error message was shown when the 'auto' directory already existed.
Suppress the message.
  • Loading branch information
k-takata committed Feb 11, 2020
1 parent 99234f2 commit c2a53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Make_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ $(OUTDIR)/if_lua.obj: $(OUTDIR) if_lua.c $(INCL)
$(CC) $(CFLAGS_OUTDIR) $(LUA_INC) if_lua.c

auto/if_perl.c : if_perl.xs typemap
-mkdir auto
-if not exist auto/nul mkdir auto
$(XSUBPP) -prototypes -typemap $(XSUBPP_TYPEMAP) \
-typemap typemap if_perl.xs -output $@

Expand Down

0 comments on commit c2a53ed

Please sign in to comment.