diff options
author | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-06 18:09:18 +0300 |
---|---|---|
committer | Andrei Horodniceanu <a.horodniceanu@proton.me> | 2024-07-06 18:09:18 +0300 |
commit | 2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4 (patch) | |
tree | 6b3ccb82d4118cb0f72b049c62eb2b9d2ee72344 | |
parent | dmd-r1.eclass: update LICENSE (diff) | |
download | dlang-2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4.tar.gz dlang-2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4.tar.bz2 dlang-2f6ab5a6f5fad10a3cb53cbf9e4b906ec6fa8bc4.zip |
dmd-r1.eclass: trivial typo fixes in comments
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
-rw-r--r-- | eclass/dmd-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/dmd-r1.eclass b/eclass/dmd-r1.eclass index 91ebc2b..e34af81 100644 --- a/eclass/dmd-r1.eclass +++ b/eclass/dmd-r1.eclass @@ -163,7 +163,7 @@ dmd-r1_src_compile() { "${BUILD_D}" -j$(makeopts_jobs) # A bit overkill to specify the flags here but it does get the - # jobs done. + # job done. DFLAGS="${DMDW_DCFLAGS} ${DMDW_LDFLAGS}" ) @@ -232,7 +232,7 @@ dmd-r1_src_compile() { $(usex static-libs 'lib dll' dll) ) # Prefer compiling C files with CC, not with dmd. (USE_IMPORTC=1 - # adds dependency on libdruntime.a) + # adds a dependency on libdruntime.a) ver_test -ge 2.108.0 && phobosMakeArgs+=( "USE_IMPORTC=0" ) emake -C dmd/druntime "${commonMakeArgs[@]}" "${druntimeMakeArgs[@]}" |