mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix tix-collection multiarch compatibility applying to Sortix.
This commit is contained in:
parent
1dee12e58e
commit
cd21cd41c3
1 changed files with 4 additions and 0 deletions
|
@ -71,7 +71,11 @@ int main(int argc, char* argv[])
|
|||
// case code. Simplify all of this code, remove the tixdb abstraction.
|
||||
// TODO: After releasing Sortix 1.1, delete the --disable-multiarch option
|
||||
// compatibility.
|
||||
#if defined(__sortix__)
|
||||
bool use_multiarch = false;
|
||||
#else
|
||||
bool use_multiarch = true;
|
||||
#endif
|
||||
|
||||
const char* argv0 = argv[0];
|
||||
for ( int i = 0; i < argc; i++ )
|
||||
|
|
Loading…
Add table
Reference in a new issue