nim-libbacktrace: don't build the C++ wrapper
This commit is contained in:
parent
d3b8833145
commit
71129cc2ab
2
Makefile
2
Makefile
|
@ -89,7 +89,7 @@ nimbus.nims:
|
|||
|
||||
# nim-libbacktrace
|
||||
libbacktrace:
|
||||
+ $(MAKE) -C vendor/nim-libbacktrace
|
||||
+ $(MAKE) -C vendor/nim-libbacktrace BUILD_CXX_LIB=0
|
||||
|
||||
# builds and runs the test suite
|
||||
test: | build deps
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7c329386df2f5a629b373c3fc9b717b4cbfb1a83
|
||||
Subproject commit b641d2ad5b79baca6877329f75ba6266a5377c82
|
Loading…
Reference in New Issue