mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 15:01:41 +00:00
Fix compil issue on mingw (missing change from OUTPUT to DESTINATION)
This commit is contained in:
parent
d8cdb69831
commit
a32c0a8687
@ -155,7 +155,7 @@ KICOMMON_API void from_json( const nlohmann::json& j, JOBSET_DESTINATION& f );
|
||||
|
||||
#if defined( __MINGW32__ )
|
||||
template class KICOMMON_API PARAM_LIST<struct JOBSET_JOB>;
|
||||
template class KICOMMON_API PARAM_LIST<struct JOBSET_OUTPUT>;
|
||||
template class KICOMMON_API PARAM_LIST<struct JOBSET_DESTINATION>;
|
||||
#else
|
||||
extern template class APIVISIBLE PARAM_LIST<JOBSET_JOB>;
|
||||
extern template class APIVISIBLE PARAM_LIST<JOBSET_DESTINATION>;
|
||||
|
Loading…
Reference in New Issue
Block a user