mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
build: Fix platform_linux check
Missing * at the end. As a side effect, this commit enables the ABI check when running make check inside the clutter/ directory.
This commit is contained in:
parent
66451e75d3
commit
f770cce7a5
@ -99,7 +99,7 @@ AS_CASE([$host],
|
|||||||
platform_win32=yes
|
platform_win32=yes
|
||||||
],
|
],
|
||||||
|
|
||||||
[*-*-linux],
|
[*-*-linux*],
|
||||||
[
|
[
|
||||||
platform_linux=yes
|
platform_linux=yes
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user