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

Commitf229170

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 parent63d2c0c commitf229170

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
@@ -73,8 +73,8 @@ OBJS += libpython${pytverstr}.a
7373
libpython${pytverstr}.a: python${pytverstr}.def
7474
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
7575

76-
python${pytverstr}.def:$(PYTHONDLL)
77-
pexports$^>$@
76+
python${pytverstr}.def:
77+
pexports$(PYTHONDLL)>$@
7878

7979
endif# win32
8080

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp