Skip to content

Commit

Permalink
Link to static versions of CCI libraries
Browse files Browse the repository at this point in the history
- Fixes #85
  • Loading branch information
virtuald committed Jan 8, 2019
1 parent edc7f0a commit 2ed5035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def ctresrc(self):
base = "http://devsite.ctr-electronics.com/maven/release/com/ctre/phoenix/"
for l in [
"cci/%(version)s/cci-%(version)s-headers.zip",
"cci/%(version)s/cci-%(version)s-linuxathena.zip",
"cci/%(version)s/cci-%(version)s-linuxathenastatic.zip",
"core/%(version)s/core-%(version)s-headers.zip",
]:
url = base + (l % dict(version=ctre_lib_version))
Expand Down Expand Up @@ -246,7 +246,7 @@ def ctresrc(self):
libraries=libraries,
library_dirs=[
join(get.halsrc, "linux", "athena", "shared"),
join(get.ctresrc, "linux", "athena", "shared"),
join(get.ctresrc, "linux", "athena", "static"),
],
language="c++",
)
Expand Down

0 comments on commit 2ed5035

Please sign in to comment.