diff options
Diffstat (limited to 'tests/interpreter/scope.lua')
| -rw-r--r-- | tests/interpreter/scope.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interpreter/scope.lua b/tests/interpreter/scope.lua index dbc532587..ae64c2370 100644 --- a/tests/interpreter/scope.lua +++ b/tests/interpreter/scope.lua @@ -2,12 +2,12 @@ set_kind("static") add_files("root.c") -def_target("target1") +target("target1") set_kind("static") add_files("*.c", "hello.c") add_files("$(projectdir)/test.c") -def_option("option1") +option("option1") add_option_links("pthread", "z") |
