diff options
Diffstat (limited to 'mkconfig')
| -rw-r--r-- | mkconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) # |
