mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 23:39:39 +00:00
Merged pull request #1947
This commit is contained in:
commit
c702672eb3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/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
|
cd googletest
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in a new issue