Skip to content

Commit

Permalink
$(SED) is undefined in Windows Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-cellier-aka-nice committed Mar 29, 2020
1 parent 99d7b9d commit 0fd3ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.win32x86/common/Makefile.tools
Expand Up @@ -79,6 +79,7 @@ STDLIBS:= -lddraw -ldinput -lopengl32 -lws2_32 -lcomdlg32 -lole32 -lwinmm \
AR:= $(TOOLPREFIX)ar rc
CP:= cp
RM:= rm
SED:=sed
NM:= $(TOOLPREFIX)nm
DLLTOOL:= $(TOOLPREFIX)dlltool
DLLWRAP:= $(TOOLPREFIX)dllwrap
Expand Down
1 change: 1 addition & 0 deletions build.win64x64/common/Makefile.tools
Expand Up @@ -79,6 +79,7 @@ STDLIBS:= -lddraw -ldinput -lopengl32 -lws2_32 -lcomdlg32 -lole32 -lwinmm \
AR:= $(TOOLPREFIX)ar rc
CP:= cp
RM:= rm
SED:=sed
NM:= $(TOOLPREFIX)nm
DLLTOOL:= $(TOOLPREFIX)dlltool
DLLWRAP:= $(TOOLPREFIX)dllwrap
Expand Down

0 comments on commit 0fd3ae2

Please sign in to comment.