[Git][NTPsec/ntpsec][archdir] Changes which files are moved to PYTHONARCHDIR.
Ian Bruene
gitlab at mg.gitlab.com
Fri Aug 10 20:34:44 UTC 2018
Ian Bruene pushed to branch archdir at NTPsec / ntpsec
Commits:
6befcbd3 by Ian Bruene at 2018-08-10T20:34:08Z
Changes which files are moved to PYTHONARCHDIR.
- - - - -
2 changed files:
- libntp/wscript
- pylib/wscript
Changes:
=====================================
libntp/wscript
=====================================
@@ -59,7 +59,7 @@ def build(ctx):
# platforms, PYTHONARCHDIR == PYTHONDIR, anyway.
ctx(
features="c cshlib bld_include src_include pyext",
- install_path='${PYTHONDIR}/ntp',
+ install_path='${PYTHONARCHDIR}/ntp',
includes=includes,
source=["pymodule.c"] + libntp_source_sharable,
target="../pylib/ntpc", # Put the output in the pylib directory
=====================================
pylib/wscript
=====================================
@@ -52,5 +52,5 @@ def build(ctx):
features='py',
source=builds+[target1, target2],
install_from=bldnode,
- install_path='${PYTHONARCHDIR}/ntp'
+ install_path='${PYTHONDIR}/ntp'
)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6befcbd347fd78e8086745e9f9aab55a5cbaa435
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6befcbd347fd78e8086745e9f9aab55a5cbaa435
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180810/c9d2d3e0/attachment-0001.html>
More information about the vc
mailing list