mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-01 18:13:18 +01:00
Fixed #21 — Added -lib switch
This commit is contained in:
@@ -72,7 +72,10 @@ Global::Global()
|
||||
s_ext = "s";
|
||||
obj_ext = "o";
|
||||
#if _WIN32
|
||||
lib_ext = "lib";
|
||||
obj_ext_alt = "obj";
|
||||
#else
|
||||
lib_ext = "a";
|
||||
#endif
|
||||
#else
|
||||
#if TARGET_WINDOS
|
||||
|
||||
Reference in New Issue
Block a user