Merge pull request #7 from lhearachel/patch-1

Update meson_options.txt to force native compilation
This commit is contained in:
Akira Akashi 2024-03-08 17:47:42 +00:00 committed by GitHub
commit 36d24cac79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1 @@
option('native', type : 'boolean', value : false, description: 'Force native compilation, even in a cross-compilation setup')
option('native', type : 'boolean', value : true, description: 'Force native compilation, even in a cross-compilation setup')