pristineio / webrtc-build-scripts

A set of build scripts useful for building WebRTC libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
1.13k stars 447 forks source link

Building after modifying the source #101

Open ibc opened 9 years ago

ibc commented 9 years ago

I'm making changes on the WebRTC Objective-C wrapper and want to re-build the static library by running again build_webrtc. However, if there is an error in my code, fix it and run build_webrtc again, it always fails with (lot of files not found, etc, I can provide the exact error when it happens again).

Is there something I can do to avoid having to clone again this repo, apply my Obj-C changes and build the library again?