Fix filamat build (#1005)

Filamat public headers were including a private header. This PR fixes
this problem. It also forces filamat to always be compiled to avoid
breaking filamat without noticing. The flag `-l` is not available
anymore in build.sh as a result.
This commit is contained in:
Romain Guy
2019-03-18 18:40:48 -07:00
committed by GitHub
parent 861a0bbb8f
commit 2e22a26ca5
12 changed files with 34 additions and 57 deletions

View File

@@ -18,8 +18,6 @@
#include <filamat/MaterialBuilder.h>
#include <private/filament/EngineEnums.h>
using namespace filament;
using namespace filamat;