diff options
| author | ruki <[email protected]> | 2015-07-10 16:59:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-07-10 16:59:16 +0800 |
| commit | e2b2d08d459dc0c3459befb443c9c76520bcf61d (patch) | |
| tree | 5a031da80823f8aade87c7d9896170d6202310c0 /tests/console/src/demo/xmake.lua | |
| parent | ebd3cf08de2fea05bbf32d095f5a5c5a3c38a4f1 (diff) | |
add install for macosx
Diffstat (limited to 'tests/console/src/demo/xmake.lua')
| -rw-r--r-- | tests/console/src/demo/xmake.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/console/src/demo/xmake.lua b/tests/console/src/demo/xmake.lua index e7210f874..81f9ebafd 100644 --- a/tests/console/src/demo/xmake.lua +++ b/tests/console/src/demo/xmake.lua @@ -24,10 +24,10 @@ add_target("demo_cpp") add_undefines("HELLO2") add_cxxflags("-DHELLO1") add_options("option1", "option2", "option3", "option4") - set_pkgscript( function (target) - print("package: " .. target.name) - return 1 - end) + set_packagescript( function (target) + print("package: " .. target.name) + return 1 + end) if plats("macosx", "ios") then |
