Skip to content

Commit

Permalink
fix: force lib to be output dir for sdl on multilib linux systems (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
remkade authored Oct 4, 2023
1 parent f7d2e6f commit b7357ff
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 b7357ff

Please sign in to comment.