Skip to content

Commit 327f298

Browse files
vchuravyKristofferC
authored andcommitted
use BUILD_EXE for flisp
(cherry picked from commit 98ff594)
1 parent c8029bb commit 327f298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ FLISPDIR := $(BUILDDIR)/flisp/host
143143
else
144144
FLISPDIR := $(BUILDDIR)/flisp
145145
endif
146-
FLISP_EXECUTABLE_debug := $(FLISPDIR)/flisp-debug$(EXE)
147-
FLISP_EXECUTABLE_release := $(FLISPDIR)/flisp$(EXE)
146+
FLISP_EXECUTABLE_debug := $(FLISPDIR)/flisp-debug$(BUILD_EXE)
147+
FLISP_EXECUTABLE_release := $(FLISPDIR)/flisp$(BUILD_EXE)
148148
ifeq ($(OS),WINNT)
149149
FLISP_EXECUTABLE := $(FLISP_EXECUTABLE_release)
150150
else

0 commit comments

Comments
 (0)