소스 검색

Drop libglew-dev as prereq for Travis build

Noted by @eserte in athreef/Alien-raylib#2. Thanks!
pull/444/head
Ahmad Fatoum 7 년 전
부모
커밋
1ab3c058f5
No known key found for this signature in database GPG 키 ID: C3EAC3DE9321D59B
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 파일 보기

@ -26,7 +26,7 @@ before_install:
libasound2-dev:$ARCH
libxcursor-dev:$ARCH libxinerama-dev:$ARCH mesa-common-dev:$ARCH
libx11-dev:$ARCH libxrandr-dev:$ARCH libxi-dev:$ARCH
libgl1-mesa-dev:$ARCH libglu1-mesa-dev:$ARCH libglew-dev:$ARCH;
libgl1-mesa-dev:$ARCH libglu1-mesa-dev:$ARCH;
export RAYLIB_PACKAGE_SUFFIX="-Linux-$ARCH";
if [ "$ARCH" == "i386" ]; then export CFLAGS="-m32"; fi;
if [ "$ARCH" == "amd64" ]; then export CFLAGS="-m64"; fi;

불러오는 중...
취소
저장