Changeset 210 for trunk


Ignore:
Timestamp:
09/09/13 19:24:53 (12 years ago)
Author:
epyon
Message:
  • -stdlib=libc++ messes up windows clang/gcc compilation, so it should be only set on OS X
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv.lua

    r205 r210  
    1515                        buildoptions {
    1616                                "-std=c++11",
    17                                 -- on Mac OS X don't try to use old stdc++
    18                                 "-stdlib=libc++",
     17--                                -- on Mac OS X don't try to use old stdc++
     18--                                "-stdlib=libc++",
    1919                                "-Weverything",
    2020                                -- obviously we don't care about C++98 compatibility
     
    3737                                "-Wno-weak-vtables"
    3838                        }
    39                         buildoptions {
    40                                 "-stdlib=libc++"
    41                         }
     39                        --buildoptions {
     40            --                    "-stdlib=libc++"
     41                        --}
    4242                else
    4343                        buildoptions { "-std=c++0x" }
Note: See TracChangeset for help on using the changeset viewer.