mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Re-remove dependency on the DLL of pythonxx.def file.
The reasons behind commit0d147e43ad
still stand, so this reverts the non-cosmetic portion of commita7983e989d
. Back-patch to 9.4, where the latter commit first appeared.
This commit is contained in:
@ -76,8 +76,8 @@ OBJS += libpython${pytverstr}.a
|
|||||||
libpython${pytverstr}.a: python${pytverstr}.def
|
libpython${pytverstr}.a: python${pytverstr}.def
|
||||||
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
|
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
|
||||||
|
|
||||||
python${pytverstr}.def: $(PYTHONDLL)
|
python${pytverstr}.def:
|
||||||
pexports $^ > $@
|
pexports $(PYTHONDLL) > $@
|
||||||
|
|
||||||
endif # win32
|
endif # win32
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user