nico
nico copied to clipboard
how resolve error could not load: libSDL2.dylib on osx with m1 cpu?
please help
brew install sdl2 after can't load?
yes
Maybe you can download arm64 sdl2 libs or found sdl2 path test add myapp/nim.cfg build
#nim.cfg
--passL="-L/sdl2path"
or
nim c --passL="-L/sdl2path" xxx.nim