diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk')
-rw-r--r-- | Master/texmf-dist/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk b/Master/texmf-dist/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk new file mode 100644 index 00000000000..b42f097f545 --- /dev/null +++ b/Master/texmf-dist/source/generic/pgf/c/config/ExampleLocalMakefileConfig.mk @@ -0,0 +1,7 @@ +MYCFLAGS=-isysroot/Developer/SDKs/MacOSX10.7.sdk +MYLDFLAGS= + +ARCHFLAGS=-arch x86_64 + +SHAREDFLAGS=-undefined dynamic_lookup -bundle -llua -L$(LUALIBPATH) + |