diff --git a/scripts/Link.py b/scripts/Link.py index 3f9d15d..af57baa 100644 --- a/scripts/Link.py +++ b/scripts/Link.py @@ -63,6 +63,7 @@ class Link: if path.exists("evio"): self.dir_path = os.getcwd()[0:] else: + self.dir_path = os.getcwd()[0:] git.Git(self.dir_path).clone("https://github.com/EdgeVPNio/evio.git") self.evio_repo = git.Repo(str(self.dir_path) + "/evio") @@ -79,3 +80,4 @@ class Link: if __name__ == "__main__": link = Link() link.main() + diff --git a/scripts/evtool-v20.7.2 b/scripts/evtool-v20.7.2 index 5cad343..095b0eb 100755 --- a/scripts/evtool-v20.7.2 +++ b/scripts/evtool-v20.7.2 @@ -151,6 +151,7 @@ function build_webrtc() wd=$(pwd) cd $WorkspaceRoot chmod +x $Build_WRTC $Get_Archives $Get_Include + echo "Building webrtc with" "$1" "$2" if ! $Build_WRTC -b "$1" -t "$2" then cd $WorkspaceRoot diff --git a/scripts/get_include.sh b/scripts/get_include.sh index 6c706e5..3d22b03 100755 --- a/scripts/get_include.sh +++ b/scripts/get_include.sh @@ -32,6 +32,7 @@ copyHeaders webrtc-checkout/src/third_party/jsoncpp/source/include/json out/incl copyHeaders webrtc-checkout/src/third_party/jsoncpp/generated/version.h out/include/json copyHeaders webrtc-checkout/src/common_types.h out/include/webrtc copyHeaders webrtc-checkout/src/third_party/ffmpeg/libavcodec/jni.h out/include/webrtc + #files other than *.h mkdir -p out/include/libc++ mkdir -p out/include/libc++abi