mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-07 06:40:26 +09:00
Add fix for kernel 4.9.
This commit is contained in:
5
setup.py
5
setup.py
@@ -12,12 +12,13 @@ sources.remove('WiringPi/devLib/piFaceOld.c')
|
||||
_wiringpi = Extension(
|
||||
'_wiringpi',
|
||||
include_dirs=['WiringPi/wiringPi','WiringPi/devLib'],
|
||||
sources=sources
|
||||
sources=sources,
|
||||
extra_link_args=['-lcrypt', '-lrt']
|
||||
)
|
||||
|
||||
setup(
|
||||
name = 'wiringpi',
|
||||
version = '2.32.1',
|
||||
version = '2.44',
|
||||
author = "Philip Howard",
|
||||
author_email = "phil@gadgetoid.com",
|
||||
url = 'https://github.com/WiringPi/WiringPi-Python/',
|
||||
|
||||
Reference in New Issue
Block a user