nim-libbacktrace: don't build the C++ wrapper
This commit is contained in:
parent
e5629ebc1f
commit
e72dfeed73
2
Makefile
2
Makefile
|
@ -88,7 +88,7 @@ beacon_chain.nims:
|
|||
|
||||
# nim-libbacktrace
|
||||
libbacktrace:
|
||||
+ $(MAKE) -C vendor/nim-libbacktrace
|
||||
+ $(MAKE) -C vendor/nim-libbacktrace BUILD_CXX_LIB=0
|
||||
|
||||
P2PD_CACHE :=
|
||||
p2pd: | go-checks
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c329386df2f5a629b373c3fc9b717b4cbfb1a83
|
||||
Subproject commit b641d2ad5b79baca6877329f75ba6266a5377c82
|
Loading…
Reference in New Issue