1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

yaml: remove yaml-cpp dependency

`pinproctest` now takes machineType as it's command-line parameter.
This commit is contained in:
Tom Collins
2020-06-25 23:19:56 -07:00
committed by Gerry Stellenberg
parent 65044e31ed
commit 40b0d86be2
7 changed files with 50 additions and 127 deletions

View File

@@ -369,7 +369,6 @@
INSTALL_PATH = /usr/local/bin;
OTHER_LDFLAGS = (
"-Lbin",
"-lyaml-cpp",
"-lftdi",
);
PREBINDING = NO;
@@ -388,7 +387,6 @@
HEADER_SEARCH_PATHS = /usr/local/include;
INSTALL_PATH = /usr/local/bin;
OTHER_LDFLAGS = (
"-lyaml-cpp",
"-lftdi",
);
PREBINDING = NO;