Skip to content

Commit 479ae63

Browse files
committed
updated S-Function build script
1 parent 838bd92 commit 479ae63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glue-codes/simulink/src/create_FAST_SFunc.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
mexname = 'FAST_SFunc'; % base name of the resulting mex file
2020

21-
built_with_visualStudio = false; %if the libraries were built with cmake, set to false
21+
built_with_visualStudio = true; %if the libraries were built with cmake, set to false
2222

2323

2424
if (ispc && built_with_visualStudio)

0 commit comments

Comments
 (0)