vere: remove headers from configure script

It doesn't seem to be doing anything.
This commit is contained in:
Jōshin 2022-01-04 17:29:23 +00:00
parent 645b7afbd7
commit 40f3263e08
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

9
pkg/urbit/configure vendored
View File

@ -24,11 +24,6 @@ deps=" \
softfloat3 \
"
headers=" \
ca-bundle.h \
ivory.h \
"
echo '#pragma once' >include/config.h
defmacro () {
@ -185,10 +180,6 @@ for dep in $deps; do
LDFLAGS="${LDFLAGS-} -l$dep"
done
for header in $headers; do
CFLAGS="${CFLAGS-} -I$header"
done
compat="${compat-posix}"
for citem in $compat; do
CFLAGS="${CFLAGS-} -Icompat/$citem"