mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Follow up to r276851 by also committing a necessary update to
lib/libblocksruntime. Pointy hat to: dim
This commit is contained in:
parent
f4341a5a66
commit
28f42739a5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ SHLIB_MAJOR=0
|
|||
CFLAGS+=-I${.CURDIR}
|
||||
WARNS?= 2
|
||||
|
||||
.PATH: ${.CURDIR}/../../contrib/compiler-rt/BlocksRuntime
|
||||
.PATH: ${.CURDIR}/../../contrib/compiler-rt/lib/BlocksRuntime
|
||||
|
||||
INCS= Block.h Block_private.h
|
||||
SRCS= data.c runtime.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue