Rename library to IrrlichtMt

for clarity and to avoid conflicts
closes #16
This commit is contained in:
sfan5
2021-03-25 14:14:44 +01:00
parent 3006362e25
commit f05f84b33b
5 changed files with 25 additions and 15 deletions

View File

@ -70,7 +70,7 @@ jobs:
- name: Build
run: |
./scripts/ci-build-mingw.sh --64
./scripts/ci-build-mingw.sh
env:
CC: x86_64-w64-mingw32-gcc
CXX: x86_64-w64-mingw32-g++