Skip to content

Commit

Permalink
Forces lib to be output dir for sdl
Browse files Browse the repository at this point in the history
In some multilib linux systems cmake defaults to `lib64` as the install lib path. This forces it to the expected `lib`. Has no effect on non-multilib systems since this just sets the default to the default.
  • Loading branch information
remkade authored Oct 4, 2023
1 parent 1734831 commit 2b06553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extern/sdl2.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cmake(
"CMAKE_OSX_ARCHITECTURES": "x86_64;arm64",
"CMAKE_OSX_DEPLOYMENT_TARGET": "10.14",
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
"CMAKE_INSTALL_LIBDIR": "lib",
"SDL_SHARED": "OFF",
"SDL_JOYSTICK": "OFF",
"SDL_HAPTIC": "OFF",
Expand Down

0 comments on commit 2b06553

Please sign in to comment.