aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-09-09 17:46:54 -0700
committerRosen Penev <rosenp@gmail.com>2022-09-14 12:59:27 -0700
commit7dbf3f41c5eac509afddecd03acbf3021edbfce3 (patch)
tree8868961308b934bb028c579e7acd85f9db19643b
parente806d85e46ae563e9fd334972dcb019a88442cbd (diff)
sysrepo: build under WSL
This check is for host, not cross compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r--net/sysrepo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sysrepo/Makefile b/net/sysrepo/Makefile
index e660ac77a..ec2c2ce19 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 \