Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uplink-sys(fix): Make build copying more resilient
This fixes an issue where: 1. User tries to build before initializing all submodules. 2. `uplink-c` directory is empty and copied into build. 3. Build fails but leaves empty `uplink-c` directory in build directory 4. User initializes `uplink-c` and then tries to build again without cleaning. 5. `uplink-c` gets nested in a second level deeper, causing build issues.
- Loading branch information