libobs: fix building modules once installed
sse-intrin.h is a required header now, but the implicit path breaks building addons once the headers are installed. Fix this by making the path explicit.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "math-defs.h"
|
||||
|
||||
#include <util/sse-intrin.h>
|
||||
#include "../util/sse-intrin.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user