Skip to content

Commit

Permalink
use absolute path for FBX_SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
gorlak committed Nov 12, 2018
1 parent 8499401 commit 3fae2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- if "%CONFIGURATION%" neq "Debug" set WX_CONFIG=release
- curl -fsS -o fbx.exe http://download.autodesk.com/us/fbx/2018/2018.1.1/fbx20181_1_fbxsdk_vs2015_win.exe
- 7z.exe x fbx.exe -oDependencies\fbx
- set FBX_SDK=Dependencies\fbx
- set FBX_SDK=%CD%\Dependencies\fbx

build_script:
- cmd: cd Dependencies
Expand Down

0 comments on commit 3fae2eb

Please sign in to comment.