mirror of
https://github.com/InvisibleUp/uvmac.git
synced 2025-01-18 11:30:04 +00:00
Fix build issues on Linux
This commit is contained in:
parent
db5e8f180c
commit
c399d9ba58
@ -1,5 +1,5 @@
|
|||||||
# Project definition
|
# Project definition
|
||||||
project('microvmac', 'c', default_options: ['warning_level=everything', 'prefer_static=true', 'c_std=c17'])
|
project('microvmac', 'c', default_options: ['warning_level=3', 'prefer_static=true', 'c_std=c17'])
|
||||||
|
|
||||||
# Configuration data
|
# Configuration data
|
||||||
conf = configuration_data({
|
conf = configuration_data({
|
||||||
@ -57,7 +57,7 @@ configure_file(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
lSDL2 = dependency('SDL2', static: true, default_options: ['test=false'])
|
lSDL2 = dependency('SDL2')
|
||||||
|
|
||||||
# Windows resources
|
# Windows resources
|
||||||
if target_machine.system() == 'windows'
|
if target_machine.system() == 'windows'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user