mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
Minor fix to not look deeper in dir to find libgit2.a
This commit is contained in:
@@ -8,7 +8,7 @@ rm CMakeCache.txt
|
||||
cmake ..
|
||||
cmake --build .
|
||||
cd ../../../../
|
||||
mv godot-git-plugin/thirdparty/libgit2/build/$1/libgit2.a demo/bin/x11/libgit2.a
|
||||
mv godot-git-plugin/thirdparty/libgit2/build/libgit2.a demo/bin/x11/libgit2.a
|
||||
|
||||
cd godot-cpp/;
|
||||
apt-get install scons
|
||||
|
||||
Reference in New Issue
Block a user