1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Tae Won Ha
35139e5198
Add SDKROOT when building libnvim 2020-03-26 22:39:58 +01:00
Tae Won Ha
9b8e9c0dfb
Add waiting script for notarization 2019-12-22 21:45:42 +01:00
Tae Won Ha
145ad627a2 Adapt libnvim build script 2019-08-03 22:50:51 +02:00
Tae Won Ha
f96a04135e
Set deployment target to 10.13 2019-04-06 14:36:00 +02:00
Tae Won Ha
fbea607715
Update neovim to 10.12 2019-03-05 15:32:46 +01:00
Tae Won Ha
17d70170a0 GH-666 Set the deployment target to 10.11 2018-10-06 17:05:09 +02:00
Tae Won Ha
87314c28d0 Update neovim 2018-06-10 22:12:00 +02:00
Tae Won Ha
d964c96df8
Use LuaJIT again.
RTFM: Add
```
-pagezero_size 10000 -image_base 100000000
```
when linking. (http://luajit.org/install.html)
2018-05-14 22:08:51 +02:00
Tae Won Ha
0d2e4117b1
Link local.mk in the build script 2017-12-08 13:24:59 +01:00
Tae Won Ha
4ef2fd0f15
Restructure the project 2017-12-03 09:59:15 +01:00
Tae Won Ha
050f296936
Use Lua instead of LuaJit.
- If we use LuaJit, then there's a memory allocation error and the Lua interpreter cannot be instantiated. Have to analyze this.
2017-11-10 10:50:34 +01:00
Tae Won Ha
d904efc2dd
Add a script to build libnvim 2017-05-08 22:03:33 +02:00