sockets doesn't install header?!

This commit is contained in:
henderkes
2025-05-17 22:40:30 +07:00
parent 05e9129a66
commit c1e91e1ccb
5 changed files with 44 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ trait gmp
])
->execWithEnv(
'./configure ' .
'--enable-static --disable-shared ' .
'--enable-static --disable-shared --with-pic ' .
'--prefix='
)
->execWithEnv('make clean')