diff options
| author | ruki <[email protected]> | 2021-06-02 23:10:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-02 23:10:41 +0800 |
| commit | 50a79cc6fcece9b826d60ccd54998176df5db43e (patch) | |
| tree | a8402d899cba19b2597c1601bd6e8543d60b4316 /tests/actions/package/localpkg/libfoo/xmake.lua | |
| parent | b3027461160d7e0462b8cfff417fa442444f0420 (diff) | |
improve package content
Diffstat (limited to 'tests/actions/package/localpkg/libfoo/xmake.lua')
| -rw-r--r-- | tests/actions/package/localpkg/libfoo/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/actions/package/localpkg/libfoo/xmake.lua b/tests/actions/package/localpkg/libfoo/xmake.lua index 1b1dd5a41..a6e5c7cb0 100644 --- a/tests/actions/package/localpkg/libfoo/xmake.lua +++ b/tests/actions/package/localpkg/libfoo/xmake.lua @@ -1,4 +1,5 @@ add_rules("mode.debug", "mode.release") +set_license("Apache-2.0") target("sub") set_kind("static") |
