Skip to content

Commit

Permalink
Fixed gl-related flags triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklange committed Aug 15, 2018
1 parent 04d505a commit b8506e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
language: c
compiler: gcc
branches:
only:
- ci
- master
sudo: false
dist: trusty
addons:
apt:
packages:
- git
- doxygen
install:
script:
- make init
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ SRC_EXTS = c

# Location(s) where EzMake should look for `include` and `lib` subdirectories
# No biggie if the directory doesn't exist.
PREFIXES = /usr /mingw64 /mingw32 $$HOME
PREFIXES = /usr /usr/local /mingw64 /mingw32 $$HOME

# WARNING: Changing these may cause a lot of headache!
# Project root directory and submodule directory
Expand All @@ -103,4 +103,4 @@ init :

FORCE :

-include $(SUB_DIR)/ezmake/script/ezmake.mk
-include $(ROOT)/$(SUB_DIR)/ezmake/script/ezmake.mk
2 changes: 1 addition & 1 deletion sub/ezmake
Submodule ezmake updated 1 files
+3 −1 script/ezmake.mk

0 comments on commit b8506e1

Please sign in to comment.