You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say you take the rerun_itself.feature test but instead of running reggae -b ninja proj/ you run reggae -b ninja -C build/ linking will fail with the following error:
Couldn't execute dmd -ofbuildgen build.o
reggae_test/build/.reggae:
build.o:(.data.rel.ro+0x10): undefined reference to `_D3src8builddef12__ModuleInfoZ'
collect2: error: ld returned 1 exit status
Error: linker exited with status 1
bin.name: buildgen, bin.cmd: dmd -ofbuildgen build.o
The text was updated successfully, but these errors were encountered:
Say you take the rerun_itself.feature test but instead of running
reggae -b ninja proj/
you runreggae -b ninja -C build/
linking will fail with the following error:The text was updated successfully, but these errors were encountered: