mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1235675 - Add the source directory to the -include directive in media/libsoundtouch/src/moz.build. r=mshal
This currently works in the recursive make backend because make readjusts with the vpath to the source directory, but for other backends (like CompileDB), the lack of clear path hurts. In fact, CompileDB currently reports the path as being in the objdir.
This commit is contained in:
parent
e8fe7e84e4
commit
a9e75088c0
@ -37,7 +37,7 @@ if CONFIG['INTEL_ARCHITECTURE']:
|
||||
if CONFIG['OS_ARCH'] != 'WINNT':
|
||||
# GCC/Clang require permissions to be explicitly set for the soundtouch
|
||||
# header.
|
||||
CXXFLAGS += ['-include', 'soundtouch_perms.h']
|
||||
CXXFLAGS += ['-include', SRCDIR + '/soundtouch_perms.h']
|
||||
else:
|
||||
# Windows need alloca renamed to _alloca
|
||||
DEFINES['alloca'] = '_alloca'
|
||||
|
Loading…
Reference in New Issue
Block a user