mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
switched export order
This commit is contained in:
+1
-1
@@ -3,11 +3,11 @@ before_install:
|
||||
- tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||
install:
|
||||
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
|
||||
- export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
|
||||
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
|
||||
- tar -zxvf SDL2-2.0.0.tar.gz
|
||||
- cd SDL2-2.0.0
|
||||
- ./configure && make && sudo make install
|
||||
- cd -
|
||||
script:
|
||||
- export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
|
||||
- make compile_demo
|
||||
|
||||
Reference in New Issue
Block a user