Browse Source

Changed MacOS scripts permission and compile include path

Fixing-travis-yml
BinHong Lee 7 years ago
parent
commit
46a278ec2a
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.xml
  2. +0
    -0
      mac_install.sh
  3. +0
    -0
      mac_uninstall.sh

+ 1
- 1
build.xml View File

@@ -61,7 +61,7 @@
<then>
<echo message="detected a mac host"/>
<property name="includepath" value="/opt/local/include:/usr/local/include"/>
<property name="client.lib.path" value="/opt/local/lib"/>
<property name="client.lib.path" value="/usr/local/lib"/>
<property name="client.lib.list" value="c++,jsoncpp,stdc++"/>
</then>
<elseif>


+ 0
- 0
mac_install.sh View File


+ 0
- 0
mac_uninstall.sh View File


Loading…
Cancel
Save