mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move the 64-bit _setjmp to lib/libstand.
This commit is contained in:
parent
1a7c3e9097
commit
a443a16906
2 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ SRCS+= uuid_equal.c uuid_is_nil.c
|
|||
|
||||
# _setjmp/_longjmp
|
||||
.if ${MACHINE_CPUARCH} == "amd64"
|
||||
.PATH: ${.CURDIR}/amd64
|
||||
.PATH: ${S}/amd64
|
||||
.elif ${MACHINE_ARCH} == "powerpc64"
|
||||
.PATH: ${S}/powerpc
|
||||
.else
|
||||
|
|
|
|||
Loading…
Reference in a new issue