Skip to content
Snippets Groups Projects
Commit 7fba341d authored by sapier's avatar sapier
Browse files

Works for debian and a few other distributions but fails for even more so back to old order

Revert "Fix library link order"
This reverts commit b743dcb9.
parent f0a9e7dd
Branches
Tags
No related merge requests found
......@@ -516,18 +516,18 @@ if(BUILD_CLIENT)
target_link_libraries(
${PROJECT_NAME}
${ZLIB_LIBRARIES}
${X11_LIBRARIES}
${IRRLICHT_LIBRARY}
${OPENGL_LIBRARIES}
${OPENGLES2_LIBRARIES}
${JPEG_LIBRARIES}
${BZIP2_LIBRARIES}
${PNG_LIBRARIES}
${IRRLICHT_LIBRARY}
${X11_LIBRARIES}
${GETTEXT_LIBRARY}
${SOUND_LIBRARIES}
${SQLITE3_LIBRARY}
${LUA_LIBRARY}
${JSON_LIBRARY}
${JSON_LIBRARY}
${OPENGLES2_LIBRARIES}
${PLATFORM_LIBS}
${CLIENT_PLATFORM_LIBS}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment