mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In the cross case we need to provide TARGET_MACHINE.
This commit is contained in:
parent
ab9ab5702e
commit
8089148b52
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ BINDIR= /usr/libexec
|
|||
NOMAN=
|
||||
NOSHARED=yes
|
||||
|
||||
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
|
||||
CFLAGS+= -DTARGET_MACHINE=\"$(target)\"
|
||||
|
||||
DPADD+= ${LIBCC_INT}
|
||||
LDADD+= ${LIBCC_INT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue