Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit00c07e4

Browse files
committed
Re-remove dependency on the DLL of pythonxx.def file.
The reasons behind commit0d147e4 stillstand, so this reverts the non-cosmetic portion of commita7983e9. Back-patch to 9.4, where thelatter commit first appeared.
1 parent67a4120 commit00c07e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pl/plpython/Makefile

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp