mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
tinyxml: fix whitespace
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
90e93635e9
commit
2d4d0cbef7
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
||||
sed '1i#define TIXML_USE_STL 1' -i xmltest.cpp
|
||||
|
||||
# build xmltest
|
||||
make
|
||||
make
|
||||
|
||||
# build the lib as a shared library
|
||||
g++ -Wall -O2 -shared -fpic tinyxml.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user