Skip to content

Commit

Permalink
Contribs: make projectM depend on the toolchain.cmake target
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed May 31, 2016
1 parent 3d6417a commit 3bfb935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/projectM/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif

DEPS_projectM = glew $(DEPS_glew)

.projectM: projectM
.projectM: projectM toolchain.cmake
-cd $< && rm CMakeCache.txt
cd $< && $(HOSTVARS) $(CMAKE) \
-DINCLUDE-PROJECTM-LIBVISUAL:BOOL=OFF \
Expand Down

0 comments on commit 3bfb935

Please sign in to comment.