Merge pull request #2 from thiblahute/master

Add a meson.build file in the toplevel folder
This commit is contained in:
Harry 2017-09-05 03:41:08 +02:00 committed by GitHub
commit 7b66d3f50f
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,3 @@
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
if host_machine.system() == 'windows'
if host_machine.cpu() == 'amd64'
add_project_arguments('-define:WIN64LONGS', language: 'cs')

3
meson.build Normal file
View File

@ -0,0 +1,3 @@
project('gtk-sharp', ['cs', 'c'], version: '3.22.6')
subdir('Source')