VirtualBox

Changeset 52846 in vbox for trunk/src/VBox/Main/cbinding


Ignore:
Timestamp:
Sep 24, 2014 3:34:30 PM (10 years ago)
Author:
vboxsync
Message:

Main/VBoxCAPIGlue.c: fixed path on OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c

    r50269 r52846  
    267267        return 0;
    268268#elif defined(__APPLE__)
    269     if (tryLoadLibrary("/Application/VirtualBox.app/Contents/MacOS", 1) == 0)
     269    if (tryLoadLibrary("/Applications/VirtualBox.app/Contents/MacOS", 1) == 0)
    270270        return 0;
    271271#elif defined(__FreeBSD__)
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