diff options
| author | Ahmad Fatoum <[email protected]> | 2018-04-12 19:31:53 +0200 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-05-21 12:15:39 +0200 |
| commit | e025e62445913bf1ec9cf075eaaf1dc7374da83c (patch) | |
| tree | 76d9cf1898ebbf9e2bc2b08639c0523c9d0b9164 /src/config.h.in | |
| parent | cea78e4fc16a317ef7ffd7dd537c8b47f77dca57 (diff) | |
| download | raylib-e025e62445913bf1ec9cf075eaaf1dc7374da83c.tar.gz raylib-e025e62445913bf1ec9cf075eaaf1dc7374da83c.zip | |
cmake: Fix PLATFORM_WEB build
Did this ever work? Surely, doesn't look like it...
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 651024c1..d767560b 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,5 +1,7 @@ /* config.h.in */ +#cmakedefine USE_OPENAL_BACKEND 1 + // core.c /* Camera module is included (camera.h) and multiple predefined cameras are available: free, 1st/3rd person, orbital */ #cmakedefine SUPPORT_CAMERA_SYSTEM 1 |
