From: Rosen Penev Date: Sat, 10 Sep 2022 00:46:54 +0000 (-0700) Subject: sysrepo: build under WSL X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=7dbf3f41c5eac509afddecd03acbf3021edbfce3;p=feed%2Fpackages.git sysrepo: build under WSL This check is for host, not cross compilation. Signed-off-by: Rosen Penev --- diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile index e660ac77aa..ec2c2ce194 100644 --- a/net/sysrepo/Makefile +++ b/net/sysrepo/Makefile @@ -62,6 +62,7 @@ endef CMAKE_OPTIONS += \ + -DFORCE_WSL=TRUE \ -DENABLE_TESTS:BOOL=FALSE \ -DBUILD_EXAMPLES:BOOL=FALSE \ -DCMAKE_INSTALL_PREFIX=/usr \