this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

static link to sdl2 lib on rpi

Nesbox 4ebb8f02 0d86eba7

+1 -2
+1 -2
CMakeLists.txt
··· 882 882 else() 883 883 if(EMSCRIPTEN) 884 884 elseif(RPI) 885 - target_link_libraries(${TIC80_OUTPUT} SDL2 bcm_host) 885 + target_link_libraries(${TIC80_OUTPUT} libSDL2.a bcm_host) 886 886 else() 887 887 target_link_libraries(${TIC80_OUTPUT} SDL2-static) 888 888 endif() ··· 999 999 1000 1000 if(RPI) 1001 1001 set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE armhf) 1002 - set(CPACK_DEBIAN_PACKAGE_DEPENDS "libsdl2-2.0-0 (>= 2.0.9)") 1003 1002 endif() 1004 1003 1005 1004 install(CODE "set(CMAKE_INSTALL_LOCAL_ONLY true)")