commit | a6ee925df67de60c1e0d9fe9a09318c775c43fd6 | [log] [tgz] |
---|---|---|
author | Ian Jackson <ijackson@chiark.greenend.org.uk> | Thu Sep 10 00:09:36 2015 +0000 |
committer | Ian Jackson <ijackson@chiark.greenend.org.uk> | Thu Sep 10 00:15:29 2015 +0000 |
tree | 2827a4bc1745d0f6e66b8eda5ba3aed635ca0154 | |
parent | 5f7dc3263bc2a286f1bc940c94c7e1b44c294076 [diff] |
Build system: Fix ./build debian We need to -I and -L the build tree directories, not the directories in /usr/local or wheveever. Otherwise (a) the `./debian build' fails if wiringPi is not installed (b) if it _is_ installed, the build picks up the installed versions rather than the versions being built, which is wrong. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>