Skip to content

Commit 8b73786

Browse files
committed
remove secure api flag that isn't needed if cygwin is up to date
1 parent 72d2739 commit 8b73786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ LLVM_FLAGS += --enable-libcpp
414414
endif # USE_LIBCPP
415415
ifeq ($(OS), WINNT)
416416
LLVM_FLAGS += --with-extra-ld-options="-Wl,--stack,8388608" LDFLAGS=""
417-
LLVM_CPPFLAGS += -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE -DMINGW_HAS_SECURE_API=1
417+
LLVM_CPPFLAGS += -D__USING_SJLJ_EXCEPTIONS__ -D__CRT__NO_INLINE
418418
ifneq ($(BUILD_OS),WINNT)
419419
LLVM_CMAKE += -DCROSS_TOOLCHAIN_FLAGS_NATIVE=-DCMAKE_TOOLCHAIN_FILE=$(SRCDIR)/NATIVE.cmake
420420
endif # BUILD_OS != WINNT

0 commit comments

Comments
 (0)