godot/platform/osx
Rémi Verschelde 1f6c9328dd Revert "Change LINKFLAGS to FRAMEWORKS which is supported since"
This reverts commit c924e83a64.

SCons `FRAMEWORKS` is, according to their latest docs, only supported
"On Mac OS X with gcc". While the "with gcc" part seems bogus, #36795
did introduce a link failure for our osxcross toolchain for compiling
macOS binaries from Linux. SCons probably fails to detect this as a
macOS target and does not use its `FRAMEWORKS` logic properly.

So using `LINKFLAGS` as we used to is the more portable solution.
2020-03-10 09:55:28 +01:00
..
export PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
context_gl_osx.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
context_gl_osx.mm Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
crash_handler_osx.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
crash_handler_osx.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py Revert "Change LINKFLAGS to FRAMEWORKS which is supported since" 2020-03-10 09:55:28 +01:00
dir_access_osx.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dir_access_osx.mm Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_main_osx.mm Add static Vulkan loader. 2020-02-11 11:57:11 +01:00
joypad_osx.cpp Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRemovalCallback to fix gamepad disconnection callback on macOS Catalina. 2020-03-06 11:57:58 +02:00
joypad_osx.h Replace IOHIDDeviceRegisterRemovalCallback with IOHIDManagerRegisterDeviceRemovalCallback to fix gamepad disconnection callback on macOS Catalina. 2020-03-06 11:57:58 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
os_osx.h Rename scancode to keycode. 2020-02-25 12:30:33 +02:00
os_osx.mm Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
platform_osx_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
SCsub Drop old semaphore implementation 2020-03-03 13:20:42 +01:00
vulkan_context_osx.h Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00
vulkan_context_osx.mm Vulkan: Move thirdparty code out of drivers, style fixes 2020-02-11 14:08:44 +01:00