diff options
Diffstat (limited to 'elymas/lib')
| -rw-r--r-- | elymas/lib/ffi/gl.ey | 2 | ||||
| -rw-r--r-- | elymas/lib/sys/opt.ey | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elymas/lib/ffi/gl.ey b/elymas/lib/ffi/gl.ey index ebfb3be..db256f0 100644 --- a/elymas/lib/ffi/gl.ey +++ b/elymas/lib/ffi/gl.ey @@ -1,6 +1,6 @@ < sys .so ":" via - txt .consume .|hu "%" deffd + txt .consume .|hu "%" defq "/usr/lib/x86_64-linux-gnu/libGL.so.1" :dlopen -- diff --git a/elymas/lib/sys/opt.ey b/elymas/lib/sys/opt.ey index b465332..64f63ac 100644 --- a/elymas/lib/sys/opt.ey +++ b/elymas/lib/sys/opt.ey @@ -1,5 +1,5 @@ < - txt .consume .|hu "%" deffd + txt .consume .|hu "%" defq < "../compiler/elymasAsmOps.ey" include |
