1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 22:39:40 +00:00

Merged pull request #1947

This commit is contained in:
Marc Zinnschlag 2018-09-29 11:02:52 +02:00
commit c702672eb3

View file

@ -1,6 +1,6 @@
#!/bin/sh -e
git clone https://github.com/google/googletest.git
git clone -b release-1.8.1 https://github.com/google/googletest.git
cd googletest
mkdir build
cd build