From e81db845bf4c8b78310fd8c8807f490cb094a0ec Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Thu, 3 Sep 2020 21:30:21 +0300 Subject: Tweak OpenWatcom flags and scripts Unfortunately, thing is now unbuildable under OW because of missing std::nothrew and template-of-template --- cmake/openwattcom/ow-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/openwattcom/ow-cmake.sh') diff --git a/cmake/openwattcom/ow-cmake.sh b/cmake/openwattcom/ow-cmake.sh index 00d048d..843cda7 100755 --- a/cmake/openwattcom/ow-cmake.sh +++ b/cmake/openwattcom/ow-cmake.sh @@ -1,5 +1,5 @@ #!/bin/bash -export WATCOM=$HOME/Qt/Tools/ow-snapshot-2.0 +export WATCOM=/opt/watcom export EDPATH=$WATCOM/eddat export WIPFC=$WATCOM/wipfc export INCLUDE="$WATCOM/lh" -- cgit v1.2.3