mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Merge pull request #6583 from wilzbach/os-model-mention-tools-and-dlang-org
osmodel.mak: Mention tools + dlang.org repos in the update reminder
This commit is contained in:
commit
4a33bb2505
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# This Makefile snippet detects the OS and the architecture MODEL
|
||||
# Keep this file in sync between druntime, phobos, and dmd repositories!
|
||||
# Keep this file in sync between dmd, druntime, phobos, dlang.org and tools
|
||||
# repositories!
|
||||
|
||||
ifeq (,$(OS))
|
||||
uname_S:=$(shell uname -s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue