mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
update ffi platform headers
This commit is contained in:
parent
010af3e93d
commit
fad382c9e3
6 changed files with 4 additions and 4 deletions
4
deps/ffi/include/ffi.h
vendored
4
deps/ffi/include/ffi.h
vendored
|
@ -2,9 +2,9 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(__x86_64__)
|
||||
# include "x86_64/ffi.h"
|
||||
# include "_aedi_x86_64_ffi.h"
|
||||
#elif defined(__aarch64__)
|
||||
# include "arm64/ffi.h"
|
||||
# include "_aedi_arm64_ffi.h"
|
||||
#else
|
||||
# error Unknown architecture
|
||||
#endif
|
||||
|
|
4
deps/ffi/include/ffitarget.h
vendored
4
deps/ffi/include/ffitarget.h
vendored
|
@ -2,9 +2,9 @@
|
|||
#pragma once
|
||||
|
||||
#if defined(__x86_64__)
|
||||
# include "x86_64/ffitarget.h"
|
||||
# include "_aedi_x86_64_ffitarget.h"
|
||||
#elif defined(__aarch64__)
|
||||
# include "arm64/ffitarget.h"
|
||||
# include "_aedi_arm64_ffitarget.h"
|
||||
#else
|
||||
# error Unknown architecture
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue