diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-12 18:48:49 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-12 18:48:49 -0400 |
commit | 03130c5bcec3c885a1be005c24e192dfb57f3fe5 (patch) | |
tree | 22de0bcd5f45e91cc6fbaa3dcdd308a86ae516a5 /setup.mk | |
parent | 5c48f10a46e470493328978d6ccee8722c743f31 (diff) |
moved menu stuff to own file
Diffstat (limited to 'setup.mk')
-rw-r--r-- | setup.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ TARGET_OS = linux # Bits setting, 32 or 64 -TARGET_BITS = 32 +TARGET_BITS = 64 |