Add missing line for Windows build

This commit is contained in:
rodolpheh 2023-11-02 11:59:50 +00:00
parent 869595c87a
commit 08fede6fa8
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ elif env["platform"] == "windows":
)
env.Append(LIBS=['LeapC'])
env.Append(LIBPATH = ['C:/Program Files/Ultraleap/LeapSDK/lib/x64'])
env.Append(CPPPATH = ["C:/Program Files/Ultraleap/LeapSDK/include"])
elif env["platform"] == "android":
print("Android is not supported yet")
exit(1)