blob: 1ac799cb48042c4c8d54076b3c3cb8598c433bd4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/meson.build
+++ b/src/meson.build
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-host = host_machine.system()
+host = 'linux'
_pci_access_host_files = []
if host == 'linux'
_pci_access_host_files += ['linux_sysfs.c', 'linux_devmem.c', 'common_vgaarb.c']
|