mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-05 03:43:13 +01:00
Removed tango from the repository and instead added a runtime dir with the files needed to patch and build tango from svn.
Reworked the LLVMDC specific pragmas.
This commit is contained in:
4
runtime/patch-tango.sh
Executable file
4
runtime/patch-tango.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ../tango
|
||||
patch -p0 < ../runtime/llvmdc.diff
|
||||
Reference in New Issue
Block a user