Changeset 113 for trunk/src/library.cc


Ignore:
Timestamp:
06/09/13 16:08:04 (12 years ago)
Author:
epyon
Message:
  • LLVM C++ fixes part 3. NV compiles on LLVM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/library.cc

    r109 r113  
    1515#   define NV_LIB_GET( handle, name ) GetProcAddress( handle, name )
    1616#   define NV_LIB_CLOSE( name ) !FreeLibrary( name )
    17 #elif NV_PLATFORM == NV_LINUX
     17#elif NV_PLATFORM == NV_LINUX || NV_PLATFORM == NV_APPLE
    1818#   include <dlfcn.h>
    1919#   define NV_LIB_EXT ".so"
Note: See TracChangeset for help on using the changeset viewer.