Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mac] Roundup of fixes for building on mac #182

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 20, 2022

  1. [Mac] Move mac solution generation into DevEnv switch case

    * Fixes solution makefile generation for mac.
    kudaba committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    2acc088 View commit details
    Browse the repository at this point in the history
  2. [Mac] Add, and make default, a Library Standard option CompilerDefaul…

    …t which will omit any specific command line to set the cpp standard.
    kudaba committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    7de200b View commit details
    Browse the repository at this point in the history
  3. [Mac] Fix makefiles to pass in library paths without -l and to only a…

    …llow -l<name> format on mac since -l: is not supported.
    kudaba committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    da13c6d View commit details
    Browse the repository at this point in the history