diff options
| author | ruki <[email protected]> | 2017-06-12 23:15:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-12 23:15:52 +0800 |
| commit | 0fc304af564ce6215df38fbda571d3ee204e585d (patch) | |
| tree | f410caa7920fe822204cb84659bbea4cde21ef2a /xmake/core/base/os.lua | |
| parent | fe5c0e9a6b99ae6ad3ab7ab24d50018fe1c8442d (diff) | |
use brew to improve find_package()
Diffstat (limited to 'xmake/core/base/os.lua')
| -rw-r--r-- | xmake/core/base/os.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua index 5c7ca78e2..84af2dbed 100644 --- a/xmake/core/base/os.lua +++ b/xmake/core/base/os.lua @@ -677,7 +677,6 @@ function os.addenv(name, ...) -- append values return os.setenv(name, table.concat({...}, seperator) .. seperator .. (os.getenv(name) or "")) - end -- get the program directory |
