Skip to content

Commit ed3ada1

Browse files
committed
Force SDL2 install libdir for release builds
1 parent 692471e commit ed3ada1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

third_party/sdl2/sdl2.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cmake(
2626
generate_args = [
2727
"-GNinja",
2828
"-DCMAKE_BUILD_TYPE=Release", # always compile for release
29+
"-DCMAKE_INSTALL_LIBDIR=lib",
2930
"-DSDL_STATIC=ON",
3031
"-DSDL_STATIC_LIB=ON",
3132
"-DSDL_DLOPEN=ON",

0 commit comments

Comments
 (0)