diff options
| author | ruki <[email protected]> | 2022-04-01 21:01:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-01 21:01:46 +0800 |
| commit | 4f2abecc0782004f06d15f8967db6ea7ac635aae (patch) | |
| tree | 2d0f0da2256596ae091c14a72e45fb54ae02a28c | |
| parent | 32e8ae94db5070246ec8d4dfa8c024376ff32872 (diff) | |
fix copy only
| -rw-r--r-- | tests/apis/add_configfiles/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apis/add_configfiles/xmake.lua b/tests/apis/add_configfiles/xmake.lua index a6849d586..7342954b7 100644 --- a/tests/apis/add_configfiles/xmake.lua +++ b/tests/apis/add_configfiles/xmake.lua @@ -26,7 +26,7 @@ target("test") set_configdir("$(buildir)/config") add_configfiles("test.c.in", {filename = "mytest.c"}) add_configfiles("config.h.in", {variables = {hello = "xmake"}, prefixdir = "header"}) - add_configfiles("*.man", {copyonly = true, prefixdir = "man"}) + add_configfiles("*.man", {onlycopy = true, prefixdir = "man"}) add_includedirs("$(buildir)/config/header") |
