I hereby claim:
- I am stolld on github.
- I am tmsp (https://keybase.io/tmsp) on keybase.
- I have a public key ASByMtLSXaQWX7jWZ3PG-hG6P0QnQysWmA9DSG_k2HjE3wo
To claim this, I am signing this object:
| From bfdbbb3be8516be1926ad49531a0a7812758c650 Mon Sep 17 00:00:00 2001 | |
| From: Dorian Stoll <[email protected]> | |
| Date: Wed, 1 Apr 2020 21:22:25 +0200 | |
| Subject: [PATCH] mono-debug | |
| To build: | |
| git am ./0001-mono-debug.patch | |
| perl external/buildscripts/build_runtime_linux.pl --build64=1 |
| #!/bin/sh | |
| # Check if IPTS driver is loaded | |
| if [ ! -d "/sys/module/ipts" ]; then | |
| echo "ERROR: IPTS module not loaded!" | |
| exit -19 | |
| fi | |
| usage() { | |
| echo "Usage: $0 [OPTION]..." |
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Linq; | |
| using System.Reflection; | |
| using UnityEngine; | |
| using Object = System.Object; | |
| // Provides Access to Kopernicus ScaledSpace OnDemand loading without referencing it | |
| public class ScaledSpaceODWrapper | |
| { | |
| // Cached fields |