diff options
| author | Ahmad Fatoum <[email protected]> | 2018-01-27 01:04:28 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-01-27 01:05:17 +0100 |
| commit | d5bbcbc15f9111381b82bd02e7c498c9fca586d2 (patch) | |
| tree | 4e58018ef7a04e34c85d257ca3b04ea4736992ec | |
| parent | 1ab3c058f5e0ecbb64de0ba266065833f6abf198 (diff) | |
| download | raylib-d5bbcbc15f9111381b82bd02e7c498c9fca586d2.tar.gz raylib-d5bbcbc15f9111381b82bd02e7c498c9fca586d2.zip | |
Travis CI: Don't set CFLAGS=-m64 for macOS build
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 49584010..0974b218 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: env: ARCH=amd64 sudo: required - os: osx - env: ARCH=amd64 + env: ARCH=universal before_script: |
