diff options
| author | Drahflow <drahflow@gmx.de> | 2015-07-01 12:13:53 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-07-01 12:13:53 +0200 |
| commit | b875e47f6540fa5ca8f9e0fa1a870014ab5c3953 (patch) | |
| tree | 3df89cc81c37aca950d55b97cc4ac27d228d2a90 /compiler/elymasGlobalSys.ey | |
| parent | 247f385388c312c1b9b4947f3689b1094ec94ff5 (diff) | |
FreeBSD support in master
Diffstat (limited to 'compiler/elymasGlobalSys.ey')
| -rw-r--r-- | compiler/elymasGlobalSys.ey | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/elymasGlobalSys.ey b/compiler/elymasGlobalSys.ey index e00009c..0ba45d8 100644 --- a/compiler/elymasGlobalSys.ey +++ b/compiler/elymasGlobalSys.ey @@ -138,6 +138,11 @@ "elymasGlobalSysDyn.ey" include "elymasGlobalSysTyped.ey" include + [ + { sys .?linux } { "linux" } + { sys .?freebsd } { "freebsd" } + ] conds enterSubScope leaveSubScope + leaveSubScope > -- |
