We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
把 copy_compiled_libs() 的 最後幾行 修改為
for sofile in os.listdir(src): libnc = os.path.join(src, sofile) shutil.copy(libnc, dst) #libnc = os.path.join(src, LIBNATIVECODE) #shutil.copy(libnc, dst)
The text was updated successfully, but these errors were encountered:
报什么错?
Sorry, something went wrong.
還以爲這個項目涼涼了,哈哈
找不到 libnc.so 因爲改了 MODUL_NAME 所以編譯出來不是 libnc.so 對應 dcc.py 裏的常量 LIBNATIVECODE
具體的報錯信息找不到了,但是意思就是 找不到 在 project_dir/libs/(some arch)/libnc.so
No branches or pull requests
把 copy_compiled_libs() 的 最後幾行 修改為
The text was updated successfully, but these errors were encountered: