mdparker / Derelict3

A collection of dynamic D bindings to C libraries, useful for multimedia and game development.
169 stars 39 forks source link

Update build.d #140

Closed jokmail closed 11 years ago

jokmail commented 11 years ago

Hello! Just missing this char '/' else we get some ldclibDerelict* as names of built libraries in the 'Derelict3/lib/' directory, instead of getting libraries in '/Derelict3/lib/ldc' (if we use ldc).

mdparker commented 11 years ago

What platform are you on? The LDC build appears to be broken for Windows, anyway. The missing '/' was the result of my playing around trying to figure out what's going on. LDC keeps prepending 'lib' automatically to the library path I pass on the command line, so I keep getting "Error: failed to create path to file: libc:/dev/d/projects/libs/derelict3/lib/ldc". I had assumed it was broken like that on all platforms.

mdparker commented 11 years ago

Nevermind. I see from the issue you reported that you're on Linux. I have no idea what the problem is on Windows, but I'm happy to know it's at least working on Linux.