mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 08:19:41 +02:00
IDE: added workaround for linking carbon apps under Leopard
git-svn-id: trunk@14687 -
This commit is contained in:
parent
a6e55fad6f
commit
b0faa028b7
@ -460,7 +460,7 @@ const LCLWidgetLinkerAddition: array[TLCLPlatform] of string = (
|
||||
'', // gtk2
|
||||
'', // win32
|
||||
'', // wince
|
||||
' -k-framework -kcarbon -k-framework -kOpenGL', // carbon
|
||||
' -k-framework -kcarbon -k-framework -kOpenGL -k''-dylib_file'' -k''/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib''', // carbon
|
||||
'', // qt
|
||||
'', // fpGUI
|
||||
'' // noGUI
|
||||
|
Loading…
Reference in New Issue
Block a user