You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. The build system is designed to compile for i386 and x86-64. I haven't added ay options for other architectures. The core code itself is designed to be portable. I've removed the architecture flags meaning it should compile to the native architecture by default. Then you can add the architecture flags to the the CFLAGS yourself. You can also use the CC environment variable to set a MIPS compiler.
If you run into any problems trying to compile for MIPS then let me know. The makefile adds some flags for linux and OSX builds based upon OSTYPE which you might not want.
Was attempting to compile for MIPS, but there's a check only allowing x86 or x64 arch and --prefix doesn't do anything.
The text was updated successfully, but these errors were encountered: