How to make symbolic link with cygwin in Windows 7

后端 未结 3 427
佛祖请我去吃肉
佛祖请我去吃肉 2020-11-30 01:06

Recently I have tested to write Android application with native code C/C++. The problem is in making symbolic link when using Android NDK. After some Googling, some say to u

3条回答
  •  爱一瞬间的悲伤
    2020-11-30 01:49

    You may try to use "mklink" insteed of "ln -s" as @Tony O'Hagan suggested here: Git Bash Shell fails to create symbolic links

提交回复
热议问题