For people want to try building on NetBSD
Issues are easier to search than Discussions. This is why I posted it here.
On `premake5.lua`, locate these lines:
```
filter "system:bsd"
syslibdirs { "/usr/local/lib" }
externalincludedirs { "/usr/local/include" }
```
and change to:
```
filter "system:bsd"
syslibdirs { "/usr/pkg/lib" }
externalincludedirs { "/usr/pkg/include" }
```
关闭于 2025-12-06 1 条评论