Skip to content

Commit

Permalink
Bugfix: missing include path in create_FAST_SFunc.m
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Jan 30, 2025
1 parent 4eaa7f2 commit fedfe9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue-codes/simulink/src/create_FAST_SFunc.m
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
['-I' includeDir], ...
'-I../../../modules/supercontroller/src', ... % needed for visual studio builds to find "SuperController_Types.h"
'-I../../../modules/externalinflow/src', ... % needed for visual studio builds to find "ExternalInflow_Types.h"
'-I../../../modules/extloads/src', ... % needed for visual studio builds to find "ExtLoadsDX_Types.h"
'-outdir', outDir, ...
['COMPFLAGS=$COMPFLAGS -MT -DS_FUNCTION_NAME=' mexname], ...
'-output', mexname, ...
Expand Down

0 comments on commit fedfe9e

Please sign in to comment.