mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-06 02:30:26 -08:00
Fixed travis compilation (#769)
This commit is contained in:
parent
cdbfac743d
commit
19bf454e5f
3 changed files with 26 additions and 9 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
PATH_APPS="$CUR_PATH/apps/"
|
||||
PATH_MODULES="$CUR_PATH/modules/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue