mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-24 17:29:38 +00:00
prepare-headers: include fenv.h
This commit is contained in:
parent
c4e19a6cac
commit
45bf39e1f7
@ -33,6 +33,10 @@ for file in $(cd $IN; ls *.h); do
|
||||
ddrt.h|fp.h)
|
||||
USE=true
|
||||
;;
|
||||
# newlib does not provide fenv.h, so use Apple's
|
||||
fenv.h)
|
||||
USE=true
|
||||
;;
|
||||
|
||||
# veclib headers
|
||||
v*.h)
|
||||
|
Loading…
Reference in New Issue
Block a user