Commit 0379197c authored by jay's avatar jay
Browse files

Working (untested) genericLs

parent ba9f8c82
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ if sys.platform == 'darwin':
elif sys.platform.startswith("win"):
    try:
        INCLUDE_DIRS.append(os.path.join(os.environ['LIBRARY_INC'], 'csm'))
        WLIBRARY_DIRS = [os.path.join(os.environ['LIBRARY_LIB'])]
    except: pass
    COMPILE_ARGS = []

@@ -31,7 +30,6 @@ def generate_extension(path_name, sources):
                language='c++',
                include_dirs=INCLUDE_DIRS,
                runtime_library_dirs=LIBRARY_DIRS,
                library_dirs=WLIBRARY_DIRS
                libraries=LIBRARIES)

# Create the extensions
+3 −3

File changed.

Preview size limit exceeded, changes collapsed.