Commit 8b77c7d03ac81c627d5e04b455772a1e1d571b2a
1 parent
efa8526c
Exists in
master
and in
111 other branches
Fix CDF lib path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/my_config.php
... | ... | @@ -21,7 +21,7 @@ define('ROOT_PATH', '/usr/local/AMDA/DDHTML/'); |
21 | 21 | define('DDHOME', NEWKERNEL_BASE_PATH.'/build/Debug/'); |
22 | 22 | |
23 | 23 | define('CEFLIB', '/usr/local/cef/lib'); |
24 | -define('CDFLIB', '/usr/local/cdf/lib'); | |
24 | +define('CDFLIB', '/opt/local/lib'); | |
25 | 25 | define('SYS_LIBS', '/lib:/usr/lib:/usr/local/lib64'); |
26 | 26 | define('SYS_BIN','/bin:/usr/bin/:/usr/local/bin/'); |
27 | 27 | ... | ... |