Skip to content

Commit

Permalink
adaptations to compile libwaku properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Jul 6, 2024
1 parent 1dd94d1 commit 2f8d7ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions library/libwaku.nim
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ when defined(linux):
import std/[json, sequtils, atomics, times, strformat, options, atomics, strutils, os]
import chronicles, chronos
import
../../waku/common/base64,
../../waku/waku_core/message/message,
../../waku/node/waku_node,
../../waku/waku_core/topics/pubsub_topic,
../../../waku/waku_relay/protocol,
waku/common/base64,
waku/waku_core/message/message,
waku/node/waku_node,
waku/waku_core/topics/pubsub_topic,
waku/waku_relay/protocol,
./events/json_message_event,
./waku_thread/waku_thread,
./waku_thread/inter_thread_communication/requests/node_lifecycle_request,
Expand Down
1 change: 1 addition & 0 deletions library/nim.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
path = "../"
2 changes: 1 addition & 1 deletion library/waku_thread/waku_thread.nim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import std/[options, atomics, os, net]
import chronicles, chronos, chronos/threadsync, taskpools/channels_spsc_single, results
import
../../../waku/factory/waku,
waku/factory/waku,
./inter_thread_communication/waku_thread_request,
./inter_thread_communication/waku_thread_response

Expand Down

0 comments on commit 2f8d7ea

Please sign in to comment.