mirror of
https://github.com/ENSL/NS.git
synced 2024-11-25 22:11:04 +00:00
particles makefile filepath update
This commit is contained in:
parent
4f0f49409f
commit
8937e29f55
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ OS:=$(shell uname)
|
|||
#LNO =-LNO:opt=1:fusion=2:fission=2:fusion_peeling_limit=2048:cs1=32K:cs2=8M
|
||||
COPT = $(MP) -O3 $(LNO) -fPIC
|
||||
|
||||
CFLAGS = $(COPT) $(COMPFLAGS) -I. -I.. -I$(GLUT_HOME)/include -I/usr/include/c++/4.8/ -I../common -I../public -I../pm_shared -I../engine
|
||||
CFLAGS = $(COPT) $(COMPFLAGS) -I. -I.. -I$(GLUT_HOME)/include -I/usr/include/c++/7/ -I../common -I../public -I../pm_shared -I../engine
|
||||
|
||||
ifeq ($(OS),Darwin)
|
||||
SLIBB = libtool -static *.o -o libparticleMP.a
|
||||
|
|
Loading…
Reference in a new issue