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:
4040
4141 # some addons need resources to be copied to the bin/data folder of the project
4242 # 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 =
4444
4545 # when parsing the file system looking for libraries exclude this for all or
4646 # a specific platform
7373 # when parsing the file system looking for include paths exclude this for all or
7474 # a specific platform
7575 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
7787
7888linuxarmv6l :
7989 ADDON_LDFLAGS =
@@ -88,4 +98,5 @@ android/armeabi-v7a:
8898 # nothing yet
8999
90100osx :
101+ ADDON_DATA = libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
91102 ADDON_LDFLAGS = ../../../addons/ofxTurboJpeg/libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
You can’t perform that action at this time.
0 commit comments