Changeset 369 in pacpusframework


Ignore:
Timestamp:
01/18/16 00:01:21 (8 years ago)
Author:
ydroniou
Message:

Fix script endline error (and compilation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.2.x/scripts/build-linux.sh

    r358 r369  
    3838    make install
    3939    cmake .. -DPACPUS_INSTALL_DIR=$1 -DPACPUS_INSTALL_3RD=TRUE \
    40         -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Debug
    41         -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE \
     40        -DPACPUS_USE_LOG=TRUE -DCMAKE_BUILD_TYPE=Debug \
     41        -DPACPUS_INSTALL_WITH_VERSION_NUMBER=TRUE
    4242    make -j4
    4343    make install
Note: See TracChangeset for help on using the changeset viewer.