- Timestamp:
- 09/09/13 19:24:53 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv.lua
r205 r210 15 15 buildoptions { 16 16 "-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++", 19 19 "-Weverything", 20 20 -- obviously we don't care about C++98 compatibility … … 37 37 "-Wno-weak-vtables" 38 38 } 39 buildoptions {40 "-stdlib=libc++"41 }39 --buildoptions { 40 -- "-stdlib=libc++" 41 --} 42 42 else 43 43 buildoptions { "-std=c++0x" }
Note: See TracChangeset
for help on using the changeset viewer.