Skip to content

Commit

Permalink
+ Don't compile OpenCLRuntime on Mac for now.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12693 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
mahge committed Aug 28, 2012
1 parent 80118b5 commit 8e6b4b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.common
Expand Up @@ -72,8 +72,10 @@ fmiclean:
$(MAKE) -C SimulationRuntime/fmi/import/ -f $(defaultMakefileTarget) clean

opencl_rt:
ifndef __APPLE__
$(MAKE) -C SimulationRuntime/ParModelica/OpenCLRuntime -f $(defaultMakefileTarget)

endif

opencl_rt_clean:
$(MAKE) -C SimulationRuntime/ParModelica/OpenCLRuntime -f $(defaultMakefileTarget) clean

Expand Down

0 comments on commit 8e6b4b4

Please sign in to comment.