Add comment

This commit is contained in:
bloeys
2022-01-30 08:07:36 +04:00
parent 5fb692561d
commit 847851d164

View File

@ -9,7 +9,7 @@ jobs:
- name: Clone PhysX 4.1
run: git clone -b 4.1 https://github.com/NVIDIAGameWorks/PhysX
- name: Copy fixed CMakeLists
#Added: -Wno-alloca
#Added: -Wno-alloca and -Wno-anon-enum-enum-conversion
run: git clone https://github.com/bloeys/physx-builder && cp ./physx-builder/macCMakeLists.txt ./PhysX/physx/source/compiler/cmake/mac/CMakeLists.txt
- name: Check Cmake
run: cat ./PhysX/physx/source/compiler/cmake/mac/CMakeLists.txt