File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ export CC=$GH_COMPILER
2121export CXX=${CC% cc} ++
2222
2323if [[ " $GH_BUILDSYS " == " makefile" ]]; then
24+ ls -lAF /usr/lib/x86_64-linux-gnu/pkgconfig/
25+ pkg-config --cflags SDL
26+ pkg-config --cflags sdl
2427 make -f Makefile.simple
2528elif [[ " $GH_BUILDSYS " == " autotools" ]]; then
2629 autoreconf -vfi
Original file line number Diff line number Diff line change @@ -184,6 +184,9 @@ script:
184184 ./configure CXXFLAGS="-W -Wall -Wextra -Werror -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unknown-warning-option"
185185 make
186186 elif [[ "$TRAVIS_BUILD_SYSTEM" == "Makefile" ]]; then
187+ ls -lAF /usr/lib/x86_64-linux-gnu/pkgconfig/
188+ pkg-config --cflags SDL
189+ pkg-config --cflags sdl
187190 make -f Makefile.simple
188191 elif [[ "$TRAVIS_BUILD_SYSTEM" == "mymake" ]]; then
189192 make -f Makefile.simple mymake
You can’t perform that action at this time.
0 commit comments