Fix compiler issues on macos
This commit is contained in:
BIN
INCLUDE/deggl
Normal file → Executable file
BIN
INCLUDE/deggl
Normal file → Executable file
Binary file not shown.
4
INCLUDE/generate.sh
Normal file → Executable file
4
INCLUDE/generate.sh
Normal file → Executable file
@@ -1,7 +1,7 @@
|
||||
# Build the include files
|
||||
echo "Building the include files..."
|
||||
deggl -i ../Hazelnupp/*.cpp -o Hazelnupp
|
||||
./deggl -i ../Hazelnupp/*.cpp -o Hazelnupp
|
||||
|
||||
# Verify that they compile cleanly
|
||||
echo "Verifying that they compile"
|
||||
g++ Hazelnupp.cpp -c -S -o - -Wall -Wextra -Wpedantic > /dev/null
|
||||
g++ Hazelnupp.cpp -c -S -std=c++17 -o - -Wall -Wextra -Wpedantic > /dev/null
|
||||
|
Reference in New Issue
Block a user