Anton Melnikov
Anton Melnikov
@vtbassmatt I think this error happens because it still uses system Clang. Set `CXX` to the full path to Homebrew's LLVM Clang if `clang_build_version` is less that 1600
@vtbassmatt instead of `LDFLAGS` try to use this: ```rb ENV.prepend_path "HOMEBREW_LIBRARY_PATHS", Formula["llvm@18"].opt_lib/"c++" ```
There is a [1.8 release](https://github.com/pubby/nesfab/releases/tag/v1.8) available. I would prefer to check if `game.nes` runs on a NES emulator (like we do with interpreters or compilers), but I guess it is...
``` Unwanted system libraries: /lib/x86_64-linux-gnu/libncursesw.so.6 ```
@Bo98 not sure if it can be fixed that way. F.e. there is `mhonarc` formula which depends on Perl from Homebrew but has `all` bottle. I tried to modify the...
It should be the same process as with ARM binaries. If you didn't sign ARM binaries (which is strange because macOS Gatekeeper doesn't complain about that) you'd need Apple Developer...
@chenrui333 I am not sure if dropping ARM bottles is a good idea, the build process just doesn't seem to be stable on Linux in general. My previous commit push...
@chenrui333 sorry for the ping, can you review it?
Protobuf 30.2 is available
> Does https://github.com/Homebrew/homebrew-cask/blob/56133fc1b108ad2ab7e6fecf16cde27e2ad288c7/.github/workflows/autobump.yml#L41 not still need to be updated? This action still have to be updated but it cannot be done without getting autobump list for API first (right now...