RESOLVED FIXED 143762
[ANGLE][W32] Buildsystem is hardcoded for UNIX
https://bugs.webkit.org/show_bug.cgi?id=143762
Summary [ANGLE][W32] Buildsystem is hardcoded for UNIX
LRN
Reported 2015-04-15 06:24:07 PDT
Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp is compiled unconditionally.
Attachments
Don't hardcode ossource_posix.cpp in the makefile (2.77 KB, patch)
2015-04-15 09:57 PDT, LRN
cgarcia: review+
cgarcia: commit-queue-
LRN
Comment 1 2015-04-15 09:57:36 PDT
Created attachment 250807 [details] Don't hardcode ossource_posix.cpp in the makefile Compile ossource_posix.cpp or ossource_win.cpp depending on the target. Otherwise you get an error: ../webkitgtk-2.4.8/Source/ThirdParty/ANGLE/src/compiler/ossource_posix.cpp:13:2: error: #error Trying to build a posix specific file in a non-posix build.
Carlos Garcia Campos
Comment 2 2015-05-18 23:19:35 PDT
Note You need to log in before you can comment on or make changes to this bug.