mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
add C++ flag
This commit is contained in:
parent
3d722c0faa
commit
41639f30e8
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ install_ng_runtime() {
|
|||
cd libobjc2/build
|
||||
export CC="clang"
|
||||
export CXX="clang++"
|
||||
export CXXFLAGS="-std=c++11"
|
||||
cmake -DTESTS=off -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGNUSTEP_INSTALL_TYPE=NONE -DCMAKE_INSTALL_PREFIX:PATH=$HOME/staging ../
|
||||
make install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue