Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00c07e4

Browse filesBrowse files
committed
Re-remove dependency on the DLL of pythonxx.def file.
The reasons behind commit 0d147e4 still stand, so this reverts the non-cosmetic portion of commit a7983e9. Back-patch to 9.4, where the latter commit first appeared.
1 parent 67a4120 commit 00c07e4
Copy full SHA for 00c07e4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/pl/plpython/Makefile

Copy file name to clipboardExpand all lines: src/pl/plpython/Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ OBJS += libpython${pytverstr}.a
7676
libpython${pytverstr}.a: python${pytverstr}.def
7777
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
7878

79-
python${pytverstr}.def: $(PYTHONDLL)
80-
pexports $^ > $@
79+
python${pytverstr}.def:
80+
pexports $(PYTHONDLL) > $@
8181

8282
endif # win32
8383

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.