You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the makefile template in build-system doesn't trigger a makefile regeneration.
This is annoying because if we introduce new symbols in the simulator module, we can't trigger a build error if the symbol is missing because VCV Rack needs -undefined dynamic_lookup on macOS, and this will silently fail in Rack when loading the module, which makes it hard for the user to understand why it doesn't work anymore.
Must be because the action rule doesn't depend itself on the action source code?
The text was updated successfully, but these errors were encountered:
Changing the makefile template in build-system doesn't trigger a makefile regeneration.
This is annoying because if we introduce new symbols in the simulator module, we can't trigger a build error if the symbol is missing because VCV Rack needs
-undefined dynamic_lookup
on macOS, and this will silently fail in Rack when loading the module, which makes it hard for the user to understand why it doesn't work anymore.Must be because the action rule doesn't depend itself on the action source code?
The text was updated successfully, but these errors were encountered: