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

Commit0d147e4

Browse files
committed
Remove dependency on the DLL of pythonxx.def file.
This confused Cygwin's make because of the colon in the path. TheDLL isn't likely to change under us so preserving the dependencydoesn't gain us much, and it's useful to be able to do a nativeWindows build with the Cygwin mingw toolset.Noah Misch.
1 parent80b011e commit0d147e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/pl/plpython/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ OBJS += libpython${pytverstr}.a
6666
libpython${pytverstr}.a: python${pytverstr}.def
6767
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
6868
WD=$(subst \,/,$(WINDIR))
69-
python${pytverstr}.def:$(WD)/system32/python${pytverstr}.dll
69+
python${pytverstr}.def:
7070
pexports$(WD)/system32/python${pytverstr}.dll> python${pytverstr}.def
7171
endif
7272

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp