--- CMakeLists.txt.orig	2023-01-19 21:30:11 UTC
+++ CMakeLists.txt
@@ -222,7 +222,7 @@ elseif(UNIX AND NOT APPLE)
 	target_link_libraries(SHADERed ${GLEW_LIBRARIES} ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})
 
 	if (NOT DONT_LINK_FILESYSTEM)
-		target_link_libraries(SHADERed stdc++fs pthread m dl)
+		target_link_libraries(SHADERed pthread m dl)
 	endif()
 elseif(APPLE)
 	target_link_libraries(SHADERed GLEW::GLEW ${SDL2_LIBRARIES} ${GTK_LIBRARIES} ${CMAKE_DL_LIBS})
