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
Tested on macbook M1 & MacMini M1 It creates in "/usr/local/" directory empty "lib" file instead
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Libraries/CANAPI install Copying library file... rm -f /usr/local/lib/libUVCANTOU.0.2.4.dylib; cp -f libUVCANTOU.0.2.4.dylib /usr/local/lib rm: /usr/local/lib/libUVCANTOU.0.2.4.dylib: Not a directory rm -f /usr/local/lib/libUVCANTOU.dylib ; ln -s /usr/local/lib/libUVCANTOU.0.2.4.dylib /usr/local/lib/libUVCANTOU.dylib rm: /usr/local/lib/libUVCANTOU.dylib: Not a directory ln: /usr/local/lib/libUVCANTOU.dylib: Not a directory make[1]: *** [install] Error 1 make: *** [install] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested on macbook M1 & MacMini M1
It creates in "/usr/local/" directory empty "lib" file instead
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C Libraries/CANAPI install
Copying library file...
rm -f /usr/local/lib/libUVCANTOU.0.2.4.dylib; cp -f libUVCANTOU.0.2.4.dylib /usr/local/lib
rm: /usr/local/lib/libUVCANTOU.0.2.4.dylib: Not a directory
rm -f /usr/local/lib/libUVCANTOU.dylib ; ln -s /usr/local/lib/libUVCANTOU.0.2.4.dylib /usr/local/lib/libUVCANTOU.dylib
rm: /usr/local/lib/libUVCANTOU.dylib: Not a directory
ln: /usr/local/lib/libUVCANTOU.dylib: Not a directory
make[1]: *** [install] Error 1
make: *** [install] Error 2
The text was updated successfully, but these errors were encountered: