Commit 53628c3e authored by Tristan Cavelier's avatar Tristan Cavelier

xxx fix cryptopp typo

parent 886e6b8b
......@@ -15,7 +15,7 @@ md5sum = 2ead88646094941dc8de12cdc72ba3b2
patch-options = -p0
patches =
${:_profile_base_location_}/rewrite-scripts.patch#774f855a146132f8cfb789892e4d7f21
${:_profile_base_location_}/cryptopp.patch#9c72c4ee8432e858a6eadec8c7d70817
${:_profile_base_location_}/cryptopp.patch#a2f892e23e13952539d1acfd013be7de
# ${:_profile_base_location_}/avoid-7z.patch#0dd7356c1a766ec14e0e8bcafcffe1a7
# error: 'to_wstring' is not a member of 'std' -> http://www.cplusplus.com/forum/general/109469/
# ${:_profile_base_location_}/to_wstring-is-not-a-member-of-std3.patch#bcc755d9629613ff702b1ad0129b1587
......
......@@ -5,5 +5,5 @@
mkdir -p $BUILD_DIR
cd $BUILD_DIR
-qmake ../cryptopp.pro
+qmake -spec ../../../../../../../qmake/mkspecs/linux-g++ ../criptopp.pro
+qmake -spec ../../../../../../../qmake/mkspecs/linux-g++ ../cryptopp.pro
make && echo "build: OK!"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment