瀏覽代碼

Update xmake.lua

ruki 3 年之前
父節點
當前提交
116e274353
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/l/linux-headers/xmake.lua

+ 1 - 1
packages/l/linux-headers/xmake.lua

@@ -19,7 +19,7 @@ package("linux-headers")
     on_load(function (package)
         if package:config("driver_modules") then
             package:add("deps", "flex", "bison", "bc", "pkg-config")
-            package:add("deps", "openssl", "elfutils", {host = true})
+            package:add("deps", "openssl", "elfutils", {private = true, host = true})
         else
             package:add("deps", "rsync")
         end