File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ common:
40
40
41
41
# some addons need resources to be copied to the bin/data folder of the project
42
42
# specify here any files that need to be copied, you can use wildcards like * and ?
43
- ADDON_DATA = libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
43
+ ADDON_DATA =
44
44
45
45
# when parsing the file system looking for libraries exclude this for all or
46
46
# a specific platform
73
73
# when parsing the file system looking for include paths exclude this for all or
74
74
# a specific platform
75
75
ADDON_INCLUDES_EXCLUDE
76
- ADDON_LIBS = libs/turbo-jpeg/lib/win32/turbojpeg-static.lib
76
+
77
+ # These should get automatically set up by the projectGenerator. If you're adding
78
+ # to a project manually, use the following pattern:
79
+ # Win32/Debug
80
+ # ADDON_LIBS = libs/libwebsockets/lib/vs/Win32/Debug/turbojpeg-static.lib
81
+ # Win32/Release
82
+ # ADDON_LIBS = libs/libwebsockets/lib/vs/Win32/Release/turbojpeg-static.lib
83
+ # x64/Debug
84
+ # ADDON_LIBS = libs/libwebsockets/lib/vs/x64/Debug/turbojpeg-static.lib
85
+ # x64/Release
86
+ # ADDON_LIBS = libs/libwebsockets/lib/vs/x64/Release/turbojpeg-static.lib
77
87
78
88
linuxarmv6l :
79
89
ADDON_LDFLAGS =
@@ -88,4 +98,5 @@ android/armeabi-v7a:
88
98
# nothing yet
89
99
90
100
osx :
101
+ ADDON_DATA = libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
91
102
ADDON_LDFLAGS = ../../../addons/ofxTurboJpeg/libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
You can’t perform that action at this time.
0 commit comments