You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
10 lines
352 B
Diff
10 lines
352 B
Diff
--- python/pyproject.toml.in.orig 2026-02-05 21:34:28
|
|
+++ python/pyproject.toml.in 2026-03-01 23:56:15
|
|
@@ -18,5 +18,5 @@
|
|
name = "dnet"
|
|
sources = ["dnet.pyx"]
|
|
include-dirs = ["../include"@WIN32_INCLUDES@]
|
|
-library-dirs = ["../src/.libs"@WIN32_LIBRARY_DIRS@]
|
|
+library-dirs = ["@prefix@/lib"@WIN32_LIBRARY_DIRS@]
|
|
libraries = ["dnet"@WIN32_LIBRARIES@]
|