Permissions and shebangs

This commit is contained in:
2021-12-14 14:55:08 +01:00
parent 8d2bdbe9d8
commit 4d801cf06b
3 changed files with 3 additions and 2 deletions

4
lib/genglad_LINUX_MAC.sh Normal file → Executable file
View File

@@ -1,3 +1,3 @@
!#/bin/bash
#!/bin/sh
cd glad
python3 -m glad --profile core --out-path . --generator c --spec gl
python3 -m glad --profile core --out-path . --generator c --spec gl

1
lib/ubuntu_debian_install_dependencies.sh Normal file → Executable file
View File

@@ -1 +1,2 @@
#!/bin/sh
sudo apt install libopenal-dev libvorbis-dev libflac-dev xorg-dev

0
lib/verify_version.py Normal file → Executable file
View File