.cland: add include to libnl3

This commit is contained in:
Robert Swiecki 2023-10-04 08:34:57 +02:00
parent 3d0bbf6927
commit 079d70dda4

View File

@ -1,2 +1,2 @@
CompileFlags:
Add: [-std=c++17, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]
Add: [-std=c++17, -I/usr/include/libnl3, -fno-exceptions, -Wno-unused, -Wno-unused-parameter]