Switch back to the news package in nim-json-rpc (#3136)
This commit is contained in:
parent
bdf2d3cc27
commit
bc6a6a8b8f
|
@ -99,6 +99,10 @@ switch("passL", "-fno-omit-frame-pointer")
|
|||
|
||||
# switch("define", "snappy_implementation=libp2p")
|
||||
|
||||
# TODO https://github.com/status-im/nimbus-eth2/issues/3130
|
||||
# We are still seeing problems with the websock package, se we stick to using news:
|
||||
switch("define", "json_rpc_websocket_package=news")
|
||||
|
||||
const currentDir = currentSourcePath()[0 .. ^(len("config.nims") + 1)]
|
||||
switch("define", "nim_compiler_path=" & currentDir & "env.sh nim")
|
||||
switch("define", "withoutPCRE")
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b9d5c646331e244c3b5b4fd754bbf5060787d94
|
||||
Subproject commit 9094ae314754908838979fe0840b9b33c0e0a603
|
|
@ -1 +1 @@
|
|||
Subproject commit c455198d4fd3f56cb064b15f80c3a036907fde37
|
||||
Subproject commit 35e6d7e6ff1e89b44d2d3fdd8a0a16ac9d2195cf
|
Loading…
Reference in New Issue