diff options
Diffstat (limited to 'lang/ldc/Makefile')
-rw-r--r-- | lang/ldc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index 2f825ada2649..1b9a7bec6f9f 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -19,7 +19,7 @@ BROKEN_armv6= fails to compile: Error: undefined identifier _jmp_buf, did you m BROKEN_armv7= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" -USES= cmake +USES= cmake:insource USE_GITHUB= yes GH_ACCOUNT= ldc-developers GH_PROJECT= ldc |