We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfb80f commit 97caa6dCopy full SHA for 97caa6d
Makefile.macos
@@ -17,7 +17,7 @@ CP_SOURCE=ChunkPLY.cpp
17
18
COMPILER ?= gcc
19
CFLAGS += -fopenmp -Wno-deprecated -std=c++14 -pthread -Wno-invalid-offsetof
20
-LFLAGS += -lgomp -lstdc++ -lpthread
+LFLAGS += -lgomp -lstdc++ -lpthread -L/opt/homebrew/lib
21
22
CFLAGS_DEBUG = -DDEBUG -g3
23
LFLAGS_DEBUG =
@@ -30,7 +30,7 @@ LFLAGS_RELEASE = -O3 -g0
30
SRC = Src/
31
BIN = Bin/Linux/
32
#INCLUDE = /usr/include/
33
-INCLUDE = . -I PNG -I JPEG
+INCLUDE = . -I/opt/homebrew/include
34
35
CC=gcc
36
CXX=$(COMPILER)
0 commit comments