Kyle Benesch
Kyle Benesch
I assume you've also removed the `py_limited_api=True` line from `build_libtcod.py`?
> This is not due to an explicit mistake in your own code, but due to changes in Python’s internal headers and how CFFI-generated code interacts with them. There is...
> you realize that tcod is used to create roguelikes? Experimental implementation features are exactly the kind of thing I'd expect roguelike developers to care about. It'd be fun to...
There was some discussion of `/DLC/` here: #150 I'd consider adding a flag which can be used to normalize all libraries to `@rpath/...`, but I don't fully understand the repercussions...
Duplicate of #240
`llvm-tool` supporting the flags of the tool it's meant to replicate would be ideal, but I can revert https://github.com/matthew-brett/delocate/commit/e462b205012a70a186b66024773be66478722dbc if it's necessary, add logic to detect the missing support for...
Closed, obsolete due to #259
I think this is related to #149. Delocate currently has trouble with valid but uncommon directory layouts. Delocate will assume that bundled executable scripts are part of the main library...
Your examples at #240 are good. Auditwheel handles this better than I would've done, but it's a little more work. I wouldn't mind if you made a PR for it....
Unsure what to do here. I don't have the tools to inspect these files. I might need to raise this issue upstream to [ronaldoussoren/macholib](https://github.com/ronaldoussoren/macholib/issues). In theory the native CLI `otool`...