Skip to content

Commit 92bc43b

Browse files
lazkaAlexpux
andcommitted
pass gen profile ldflags
Co-authored-by: Алексей <[email protected]>
1 parent fdad116 commit 92bc43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
832832
$(DLLLIBRARY) libpython$(LDVERSION).dll.a: $(LIBRARY_OBJS) python_nt.o
833833
if test -n "$(DLLLIBRARY)"; then \
834834
$(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
835-
$(LIBS) $(MODLIBS) $(SYSLIBS) python_nt.o; \
835+
$(LIBS) $(LDFLAGS_NODIST) $(MODLIBS) $(SYSLIBS) python_nt.o; \
836836
else true; \
837837
fi
838838

0 commit comments

Comments
 (0)