Skip to content

Commit

Permalink
Merge pull request #7 from status-im/remove-usrsctp
Browse files Browse the repository at this point in the history
chore: remove usrsctp
  • Loading branch information
lchenut authored Mar 8, 2024
2 parents dd624fd + 309f667 commit 4406004
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1,388 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

45 changes: 0 additions & 45 deletions build_usrsctp.sh

This file was deleted.

11 changes: 0 additions & 11 deletions prelude_usrsctp.nim

This file was deleted.

1 change: 0 additions & 1 deletion usrsctp
Submodule usrsctp deleted from 01cc4e
5 changes: 3 additions & 2 deletions webrtc.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ version = "0.0.1"
author = "Status Research & Development GmbH"
description = "Webrtc stack"
license = "MIT"
installDirs = @["usrsctp", "webrtc"]
installDirs = @["webrtc"]

requires "nim >= 1.6.0",
"chronicles >= 0.10.2",
"chronos >= 3.0.6",
"https://github.com/status-im/nim-binary-serialization.git",
"https://github.com/status-im/nim-mbedtls.git"
"https://github.com/status-im/nim-mbedtls.git",
"https://github.com/status-im/nim-usrsctp.git"

let nimc = getEnv("NIMC", "nim") # Which nim compiler to use
let lang = getEnv("NIMLANG", "c") # Which backend (c/cpp/js)
Expand Down
Loading

0 comments on commit 4406004

Please sign in to comment.