diff options
-rw-r--r-- | externals/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 6b9904d3..6d27fa62 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -121,7 +121,7 @@ else LIB_TARGETS += hid else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += hid pdp pidip + LIB_TARGETS += pdp pidip endif endif |