Also define -os=linux for Linux and Posix docs#22706
Also define -os=linux for Linux and Posix docs#22706thewilsonator merged 1 commit intodlang:masterfrom
-os=linux for Linux and Posix docs#22706Conversation
Follow up to dlang#22691.
|
Thanks for your pull request and interest in making D better, @ntrel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#22706" |
| # FIXME enable CRuntime_Bionic | ||
| $(DOC_OUTPUT_DIR)/core_sys_bionic_%.html : import/core/sys/bionic/%.d $(DMD) | ||
| $(DMD) $(DDOCFLAGS) -Df$@ project.ddoc $(DOCFMT) $< | ||
| $(DMD) $(DDOCFLAGS) -os=linux -Df$@ project.ddoc $(DOCFMT) $< |
There was a problem hiding this comment.
BTW bionic/ only needs CRuntime_Bionic version ATM, maybe adding -os=linux is wrong.
There was a problem hiding this comment.
Bionic is a runtime, not a platform. Like Musl or Newlib.
Follow up to #22691.
Requested by @ibuclaw.