mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
configure, fix for newer gcc
This commit is contained in:
parent
2170797544
commit
107cdd508b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -31,7 +31,7 @@ check_option()
|
|||
|
||||
check_define()
|
||||
{
|
||||
$CC -E -dD $CFLAGS pico/arm_features.h | grep -q $1 || return 1
|
||||
$CC -E -dD $CFLAGS pico/arm_features.h | grep -q "define[ ]*$1" || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue