Commit d550beb
authored
Fix build error with Chromium & ANGLE (KhronosGroup#2446)
Getting error about undefined symbol (include_dir) at line 320.
Was trying to append to a non-existant variable.
Bug KhronosGroup#24451 parent c897c3b commit d550beb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments