mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
Fix GCH/PCH test case
This commit is contained in:
parent
bf6dc769d1
commit
8d6d9e9444
@ -348,11 +348,14 @@ eval $(osxcross-conf)
|
|||||||
[ "$status" -eq 0 ]
|
[ "$status" -eq 0 ]
|
||||||
[[ "${lines[0]}" != *\ -l* ]]
|
[[ "${lines[0]}" != *\ -l* ]]
|
||||||
[[ "${lines[0]}" != *\ -Wl,* ]]
|
[[ "${lines[0]}" != *\ -Wl,* ]]
|
||||||
[[ "${lines[0]}" != *\ *.a ]]
|
[[ "${lines[0]}" != *\ *.a* ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
gch o64-clang -x c-header
|
gch o64-clang -x c-header
|
||||||
|
|
||||||
|
if [ $GCC_INSTALLED -eq 1 ]; then
|
||||||
gch o64-clang++-gstdc++ -xc++-header
|
gch o64-clang++-gstdc++ -xc++-header
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $GCC_INSTALLED -eq 1 ]; then
|
if [ $GCC_INSTALLED -eq 1 ]; then
|
||||||
gch o64-g++ -xc++-header
|
gch o64-g++ -xc++-header
|
||||||
|
Loading…
Reference in New Issue
Block a user