VirtualBox

Changeset 80604 in vbox


Ignore:
Timestamp:
Sep 5, 2019 12:04:18 PM (5 years ago)
Author:
vboxsync
Message:

scm: Try fix subversion library searching for OpenSuSE Tumbleweed. bugref:9552

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmsubversion.cpp

    r80569 r80604  
    717717            { "../lib/lib", ".so" },
    718718            { "../lib/lib", "-1.so" },
     719#  if ARCH_BITS == 32
     720            { "../lib32/lib", ".so" },
     721            { "../lib32/lib", "-1.so" },
     722#  else
     723            { "../lib64/lib", ".so" },
     724            { "../lib64/lib", "-1.so" },
     725#  endif
    719726#  ifdef RT_ARCH_X86
    720727            { "../lib/i386-linux-gnu/lib", ".so" },
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette