mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-26 00:21:57 +00:00
fix windows build error - add rc files
This commit is contained in:
parent
708bbfd807
commit
acd5fc7f64
@ -152,7 +152,7 @@ import_tags () {
|
|||||||
make
|
make
|
||||||
cd "$WORKSPACE"
|
cd "$WORKSPACE"
|
||||||
git reset
|
git reset
|
||||||
git add --force src include doc CMakeLists.txt
|
git add --force src include doc CMakeLists.txt build/*.rc
|
||||||
if [ `git diff --cached | wc -c` -ne 0 ]; then
|
if [ `git diff --cached | wc -c` -ne 0 ]; then
|
||||||
git commit -m"glew-cmake release from $TAG"
|
git commit -m"glew-cmake release from $TAG"
|
||||||
NEW_TAG=`echo $TAG | sed s/glew-/glew-cmake-/`
|
NEW_TAG=`echo $TAG | sed s/glew-/glew-cmake-/`
|
||||||
|
Loading…
Reference in New Issue
Block a user