Skip to content

Commit

Permalink
more windows tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 18, 2023
1 parent ec88f3e commit 029dc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ else
ifeq ($(SYS_IS_CYGWIN32),yes)
SHLIB_EXT=.dll
LIBGAP_FULL = libgap$(SHLIB_EXT)
LINK_SHLIB_FLAGS = -shared -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker
LINK_SHLIB_FLAGS = -shared -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker libgap.dll
else
# FIXME: assuming Linux here, or "similar enough to Linux" -- patches to make this work better on e.g. FreeBSD/OpenBSD/... welcome@
SHLIB_EXT=.so
Expand All @@ -464,7 +464,7 @@ libgap$(SHLIB_EXT): $(LIBGAP_FULL)
ln -sf $< $@

$(LIBGAP_FULL): $(OBJS) cnf/GAP-LDFLAGS cnf/GAP-LIBS cnf/GAP-OBJS
$(QUIET_LINK)$(LINK) -o $@ $(GAP_LDFLAGS) $(LINK_SHLIB_FLAGS) $(OBJS) $(GAP_LIBS)
$(QUIET_LINK)$(LINK) -o $@ $(LINK_SHLIB_FLAGS) $(GAP_LDFLAGS) $(OBJS) $(GAP_LIBS)

ifeq ($(SYS_IS_CYGWIN32),yes)

Expand Down

0 comments on commit 029dc15

Please sign in to comment.