Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal committed Nov 25, 2023
1 parent 9b59d81 commit a62b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/python_binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ To build and test pyktx,
# Set LIBKTX_INSTALL_DIR if you've installed libktx at the default system location.
# Otherwise set LIBKTX_INCLUDE_DIR, LIBKTX_LIB_DIR to wherever you've built libktx.
cd ${PROJECT_DIR}/interface/python_binding
KTX_RUN_TESTS=true python3 buildscript.py
KTX_RUN_TESTS=ON python3 buildscript.py
```

0 comments on commit a62b579

Please sign in to comment.