Skip to content
Snippets Groups Projects
Commit 74675137 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-04-16 16:23:24 by panne]

Fixed name of std library when not building a DLL
parent 0e36d5e3
No related merge requests found
......@@ -31,7 +31,7 @@ else
# Hack by SPJ to delay if-then-else until the pattern rule when we have $*
PACKAGE = $(subst ~, ,$(word $(words dummy $(findstr $(notdir $*), PrelMain )), -package-name~std))
endif
LIBRARY = libHS$(PACKAGE)$(_way).a
LIBRARY = libHSstd$(_way).a
LIBOBJS = $(HS_OBJS)
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment