0da671b6e8
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# "Fix" compilation on a multilib system
|
|
export LDFLAGS="-L/usr/lib64 "
|