mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-24 08:48:03 +00:00
tests: remove deprecated import('unstable_')
This commit is contained in:
committed by
Eli Schwartz
parent
e062dcdfcc
commit
2801ead6d3
@@ -1,4 +1,4 @@
|
||||
mod = import('unstable_external_project')
|
||||
mod = import('unstable-external_project')
|
||||
|
||||
target_system = target_machine.system()
|
||||
if target_system in ['windows', 'cygwin']
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
project('lattice', 'c')
|
||||
|
||||
is = import('unstable_icestorm')
|
||||
is = import('unstable-icestorm')
|
||||
|
||||
is.project('spin',
|
||||
'spin.v',
|
||||
|
||||
Reference in New Issue
Block a user