Skip to content

Commit

Permalink
- disable the check for now to make the builds work
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24758 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Feb 24, 2015
1 parent 07e9fbd commit ed98b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -9314,7 +9314,7 @@ algorithm
else
fullLibNames := {"lib" + name + ".a", "lib" + name + System.getDllExt()};
end if;
lookForExtFunctionLibrary(fullLibNames, {dir,Settings.getInstallationDirectoryPath() + "/lib/omc"}, name, info);
// lookForExtFunctionLibrary(fullLibNames, {dir,Settings.getInstallationDirectoryPath() + "/lib/omc"}, name, info);
end for;
then ();
else ();
Expand Down

0 comments on commit ed98b29

Please sign in to comment.