Fix variable replacement (#3337)

By using `{$threadLibs}` it meant we ended up with a command line with `{hreadLibs}`, which breaks the arm32le build.
This commit is contained in:
Paulo Matos 2020-08-05 14:10:17 +02:00 committed by GitHub
parent 29a6ca6737
commit 342e95cf32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
m ?= arm32le
Cpu ?= ARMV6
mdclib = -lm -ldl ${ncursesLib} {$threadLibs} -lrt
mdclib = -lm -ldl ${ncursesLib} ${threadLibs} -lrt
C = ${CC} ${CPPFLAGS} ${warningFlags} ${optFlags} ${CFLAGS}
o = o
mdsrc ?= arm32le.c