diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-01-18 14:58:40 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-01-18 14:58:40 +0000 |
| commit | 50877e0deaf349f6950de8342045c96d5bce257b (patch) | |
| tree | ca48b0210f5a5b219cf953a9d60ba7e52d98d857 /drawing/config.make | |
| parent | 84b99181e804430acedb94ba848a801ffc33e15a (diff) | |
segmenting demo with syphon
Diffstat (limited to 'drawing/config.make')
| -rw-r--r-- | drawing/config.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawing/config.make b/drawing/config.make index a57f4d4..65a3495 100644 --- a/drawing/config.make +++ b/drawing/config.make @@ -72,7 +72,7 @@ OF_ROOT = ../../openFrameworks # # Note: Leave a leading space when adding list items with the += operator ################################################################################ -# PROJECT_LDFLAGS = -FFrameworks -framework Syphon +PROJECT_LDFLAGS = -FFrameworks -framework Syphon # Currently, shared libraries that are needed are copied to the # $(PROJECT_ROOT)/bin/libs directory. The following LDFLAGS tell the linker to |
