aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2018-03-02 04:05:25 +0200
committerbhgv <bhgv.empire@gmail.com>2018-03-02 04:05:25 +0200
commitd62aed582bf9c4359527aabfc10e6bb1bda207c4 (patch)
tree42010d1ae56b588184cf3957e4d8288564c95f2c /mkconfig
parent0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (diff)
ready to build under Linux to Android
Diffstat (limited to 'mkconfig')
-rw-r--r--mkconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkconfig b/mkconfig
index 8db822b..623033c 100644
--- a/mkconfig
+++ b/mkconfig
@@ -4,7 +4,7 @@
# They are almost always the same.
# On Nt systems, the ROOT path MUST be of the form `drive:/path'
-ROOT=$PWD
+ROOT=$ROOT
#
# Specify the flavour of Tk (std for standard builds)
@@ -14,7 +14,7 @@ TKSTYLE=std
#
# Except for building kernels, SYSTARG must always be the same as SYSHOST
#
-SYSHOST=Nt #Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
+SYSHOST=Linux #Nt #Plan9 # build system OS type (Hp, Inferno, Irix, Linux, MacOSX, Nt, Plan9, Solaris)
SYSTARG=Android #Linux #$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
#