diff options
-rw-r--r-- | bashrc | 1 | ||||
-rwxr-xr-x | godot-update | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,7 @@ set_if_not_in 'PATH' ${GEM_HOME}/bin # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } alias vim=nvim +alias gvim='nvim --listen godothost .' alias vimdiff="nvim -d" alias fuck='eval $(thefuck $(fc -ln -1)); history -r' alias kk='khal calendar' diff --git a/godot-update b/godot-update index 37dbd61..d1dadce 100755 --- a/godot-update +++ b/godot-update @@ -101,3 +101,4 @@ strip godot/bin/godo.* ls -lh godot/bin/ # scons -j4 platform=linuxbsd target=release_debug tools=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules +# scons -j4 platform=android target=debug android_arch=arm64v8 ndk_platform=android-22 tools=no disable_3d=true |