mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
build-sys: Fix building with Android toolchain
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
3fd2004603
commit
35fea579cb
3 changed files with 5 additions and 5 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include "rtkit.h"
|
||||
|
||||
#ifdef __linux__
|
||||
#if defined(__linux__) && !defined(__ANDROID__)
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue