Skip to content

Commit

Permalink
Simplify mingw flags for makefile template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 11, 2024
1 parent b17d6c0 commit af2a41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/haxelib/templates/make/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif

ifeq ($(OS),Windows_NT)
LDFLAGS+=-municode
LDLIBS+=C:/Windows/System32/dbghelp.dll
LDLIBS+=-ldbghelp
EXE_SUFFIX=.exe
endif

Expand Down

0 comments on commit af2a41b

Please sign in to comment.