Fixed build paths for windows
This commit is contained in:
parent
b8dc9a698a
commit
005c67bb51
@ -58,7 +58,7 @@ function compile_native() {
|
||||
[[ ! -z "$traroot_library" ]] && _arguments="${_arguments} -DLIBRARY_PATH=\"$traroot_library\""
|
||||
|
||||
local _generator=""
|
||||
[[ ${build_oy_type} == "win32" ]] && _generator='-G"Visual Studio 15 2017 Win64"'
|
||||
[[ ${build_os_type} == "win32" ]] && _generator='-G"Visual Studio 15 2017 Win64"'
|
||||
|
||||
_command="cmake ../../ ${_generator} -DCMAKE_BUILD_TYPE=RelWithDebInfo ${_arguments}"
|
||||
echo "Executing cmake command $_command"
|
||||
@ -104,8 +104,8 @@ function deploy_client() {
|
||||
end_task "${project_name}_package" "Client successfully deployed!"
|
||||
}
|
||||
|
||||
install_npm
|
||||
compile_scripts
|
||||
#install_npm
|
||||
#compile_scripts
|
||||
compile_native
|
||||
package_client
|
||||
deploy_client
|
||||
|
Loading…
Reference in New Issue
Block a user