forked from pool/mono-core
13 lines
391 B
Diff
13 lines
391 B
Diff
--- scripts/mono-find-requires.in
|
|
+++ scripts/mono-find-requires.in
|
|
@@ -40,7 +40,8 @@
|
|
# Exceptions:
|
|
case `uname -m` in
|
|
# ia64 doesn't use lib64 for 'libdir' (sles 9 rpm used to provide both... no longer)
|
|
- ia64) libext="()(64bit)" ;;
|
|
+ # ppc64 more likely has the 64bit libs installed
|
|
+ ia64|ppc64) libext="()(64bit)" ;;
|
|
esac
|
|
|
|
# set LD_LIBRARY_PATH to ensure that libmono.so is found
|