File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107107 mingw-w64-x86_64-expat
108108 mingw-w64-x86_64-cmake
109109 mingw-w64-x86_64-ninja
110+ unzip
110111 git
111112
112113 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ set(SOURCES
5757 XPListBox.cpp
5858)
5959
60- add_library (openSAM MODULE ${SOURCES} )
60+ add_library (openSAM SHARED ${SOURCES} )
6161set_target_properties (openSAM PROPERTIES PREFIX "" SUFFIX ".xpl" )
6262
6363# ==============================================================================
@@ -110,7 +110,7 @@ elseif(APPLE)
110110 -Wall -fPIC -fno-stack-protector -fvisibility=hidden -ffast-math -Wno-deprecated-declarations
111111 )
112112 target_link_options (openSAM PRIVATE
113- -dynamiclib - rdynamic -fvisibility=hidden
113+ -rdynamic -fvisibility=hidden
114114 -Wl,-exported_symbols_list,${CMAKE_CURRENT_SOURCE_DIR}/linkscript.mac
115115 )
116116 find_library (XPLM_FW XPLM PATHS "${SDK} /Libraries/Mac" REQUIRED )
You can’t perform that action at this time.
0 commit comments