diff options
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8ee50aea..3e9e3f03 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -143,6 +143,7 @@ int main(int argc, char *argv[]) // Set up cfg values
// TODO: Target spec
+ Cfg_SetFlag("unix");
Cfg_SetFlag("linux");
Cfg_SetValue("target_pointer_width", "64");
Cfg_SetValue("target_endian", "little");
|