5 lines
83 B
Bash
5 lines
83 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
# "Fix" compilation on a multilib system
|
||
|
export LDFLAGS="-L/usr/lib64 "
|