From 0c2af3a54c54d00b58e0cd9da17e66c0c4759e6e Mon Sep 17 00:00:00 2001 From: Jikstra Date: Mon, 7 Jan 2019 18:34:11 +0100 Subject: [PATCH] remove playground code --- meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meson.build b/meson.build index cff131df..a1bce95f 100644 --- a/meson.build +++ b/meson.build @@ -7,11 +7,6 @@ project( default_options: ['c_std=gnu99'], ) -if host_machine.system() == 'darwin' - message('Its darwin') -endif -message('Test ' + host_machine.system()) - ## Figure out the version, use this instead of meson.project_version() # The version schema is: