Skip to content

Commit

Permalink
removed arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Gerdelan authored and Anton Gerdelan committed Aug 20, 2024
1 parent ed0aa6b commit 1fd15b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 00_hello_triangle_gl2.1/Makefile.osx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN = hellot
CC = clang
FLAGS = -std=c99 -DAPPLE -Wall -pedantic -mmacosx-version-min=10.5 -arch x86_64 -fmessage-length=0 -UGLFW_CDECL -fprofile-arcs -ftest-coverage
FLAGS = -std=c99 -DAPPLE -Wall -pedantic
INC = -I/sw/include -I/usr/local/include
LIBS = -lGLEW -lglfw
FRAMEWORKS = -framework Cocoa -framework OpenGL -framework IOKit
Expand Down

0 comments on commit 1fd15b6

Please sign in to comment.