misson20000 / twili

Homebrew debug monitor for the Nintendo Switch.
GNU General Public License v3.0
184 stars 23 forks source link

build: Fix for Xcode clang not linking to asan #76

Closed galli-leo closed 5 years ago

galli-leo commented 5 years ago

Not sure if you want to merge this or not, but when I tried to use Xcode for building twib, I had a bunch of linker errors. Adding this to the cmake file fixes it for me. (I could also wrap it in an if generator = Xcode or something).