diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-14 20:34:33 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:18 +0100 |
commit | 34f37bc15e5dbb2c0a2700128456e5c157aa6b05 (patch) | |
tree | 2a0e68d63c220f20917979d1b58bdbf400c863a6 /config | |
parent | 2f23a1c7379f4879be95b189b44e740076381aff (diff) |
Add missing not for darwing and linux
Diffstat (limited to 'config')
-rw-r--r-- | config/darwin.config | 5 | ||||
-rw-r--r-- | config/linux.config | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/darwin.config b/config/darwin.config index 5425ace..d0bcc38 100644 --- a/config/darwin.config +++ b/config/darwin.config @@ -1,3 +1,8 @@ +# This file contains the default configuration to compile for darwin +# platforms. It contains sensitive enviroment configurations that +# shouldn't be modified unless you now what's you are doing. +# PLEASE, DO NOT EDIT THIS FILE + import os from cerbero.config import Architecture diff --git a/config/linux.config b/config/linux.config index a7abc30..0986db7 100644 --- a/config/linux.config +++ b/config/linux.config @@ -1,3 +1,8 @@ +# This file contains the default configuration to compile for linux +# platforms. It contains sensitive enviroment configurations that +# shouldn't be modified unless you now what's you are doing. +# PLEASE, DO NOT EDIT THIS FILE + import os from cerbero.config import Architecture |