For people want to try building on illumos
Issues are easier to search than Discussions. This is why I posted it here.
On `premake5.lua`, add these lines:
```
filter "system:solaris"
syslibdirs { "/usr/lib/amd64" }
```
You might have to add `"/lib/amd64"`, too.
Note:
- This assumes you want to build for 64 bit.
- You might have to add `-m64` to `CFLAGS` and `CXXFLAGS` when running `gmake`.
关闭于 2025-12-06 1 条评论