Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 4, 2016
1 parent 0803f2f commit aef7d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/arclite/makefile_vc
Expand Up @@ -39,7 +39,7 @@ RCFLAGS = $(RCFLAGS) $(INCLUDES) $(DEFINES)
ASFLAGS = $(ASFLAGS) -Fo$(OUTDIR)\

!if $(VC) >= 14
CPPFLAGS = /Zc:threadSafeInit-
CPPFLAGS = $(CPPFLAGS) /Zc:threadSafeInit-
!endif

!if $(VC) >= 14
Expand Down
2 changes: 1 addition & 1 deletion plugins/makefile_vc_def_inc
Expand Up @@ -130,7 +130,7 @@ CPPFLAGS=$(CPPFLAGS) /Zi
!endif

!if $(VC) >= 14
CPPFLAGS = /Zc:threadSafeInit-
CPPFLAGS = $(CPPFLAGS) /Zc:threadSafeInit-
!endif

!if $(VC) >= 14
Expand Down

0 comments on commit aef7d3b

Please sign in to comment.