Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
add /usr/local/include/pd to search paths
Browse files Browse the repository at this point in the history
we may also need to add /usr/include/pd
  • Loading branch information
avilleret committed Sep 21, 2014
1 parent 05f7604 commit aff1342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c.library.cbp 100755 → 100644
Expand Up @@ -15,6 +15,7 @@
<Compiler>
<Add option="-O3" />
<Add option="-fPIC" />
<Add directory="/usr/local/include/pd" />
</Compiler>
<Linker>
<Add option="-s" />
Expand All @@ -32,6 +33,7 @@
<Add option="-fPIC" />
<Add option="-m32" />
<Add directory="../../../SDKs/pd-extended/pd/src" />
<Add directory="/usr/local/include/pd" />
</Compiler>
<Linker>
<Add option="-s" />
Expand All @@ -49,6 +51,8 @@
<Compiler>
<Add option="-O3" />
<Add option="-fPIC" />
<Add option="-DPD_EXTENDED=1" />
<Add directory="/home/antoine/pd/pd-extended/src" />
</Compiler>
<Linker>
<Add option="-s" />
Expand Down

0 comments on commit aff1342

Please sign in to comment.