diff options
| author | ruki <[email protected]> | 2017-09-01 15:58:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-01 15:58:39 +0800 |
| commit | 4c846e018afd9a71694bf3aa3a3ad335149d9fb0 (patch) | |
| tree | 93c342e082276f08701aa99b8758e644d6a35e5b /xmake/platforms/linux/xmake.lua | |
| parent | 0748e1a1f4f96a7606d710147647aca804c1c654 (diff) | |
improve install and uninstall actions, support DESTDIR and PREFIX env
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rw-r--r-- | xmake/platforms/linux/xmake.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 97f82130f..84a3790a4 100644 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -40,12 +40,6 @@ platform("linux") -- set installdir set_installdir("/usr/local") - -- on install - on_install("install") - - -- on uninstall - on_uninstall("uninstall") - -- on check on_check("check") |
