pwsafe
pwsafe copied to clipboard
MacOS build and NO_YUBI
It seems that the flag NO_YUBI can be passed to avoid the Yubi token parts of the code.
Is it possible to add the same flag in the mac build? This is not discussed in the README for mac.
If you're familiar with Xcode, the project file has a "Debug-no-yubi" configuration that adds NO_YUBI and excludes files named Yubi from the build. Since it's set-up as a debug build, it does require a debug build of wxWidgets. It wouldn't be hard to duplicate the Release configuration and add the settings. Look for "Excluded Source File Names" and "Preprocessor Macros"
Can this be closed, or is there still an issue here?