mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-22 06:11:31 +03:00
vere: remove headers from configure script
It doesn't seem to be doing anything.
This commit is contained in:
parent
645b7afbd7
commit
40f3263e08
9
pkg/urbit/configure
vendored
9
pkg/urbit/configure
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user